Package com.consol.citrus.ssh.model
Class ObjectFactory
- java.lang.Object
-
- com.consol.citrus.ssh.model.ObjectFactory
-
public class ObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.ssh.model
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshRequestcreateSshRequest()Create an instance ofSshRequestSshResponsecreateSshResponse()Create an instance ofSshResponse
-
-
-
Method Detail
-
createSshRequest
public SshRequest createSshRequest()
Create an instance ofSshRequest
-
createSshResponse
public SshResponse createSshResponse()
Create an instance ofSshResponse
-
-