Package org.citrusframework.ssh.model
Class ObjectFactory
java.lang.Object
org.citrusframework.ssh.model.ObjectFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.ssh.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofSshRequestCreate an instance ofSshResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.ssh.model
-
-
Method Details
-
createSshRequest
Create an instance ofSshRequest -
createSshResponse
Create an instance ofSshResponse
-