package hudson.plugins.ec2.win.winrm.request; import org.dom4j.Document; public interface WinRMRequest { public Document build(); }