Uses of Class
com.consol.citrus.ssh.model.SshMarshaller
-
Packages that use SshMarshaller Package Description com.consol.citrus.ssh.client com.consol.citrus.ssh.server -
-
Uses of SshMarshaller in com.consol.citrus.ssh.client
Methods in com.consol.citrus.ssh.client that return SshMarshaller Modifier and Type Method Description SshMarshallerSshEndpointConfiguration. getSshMarshaller()Gets the ssh oxm marshaller.Methods in com.consol.citrus.ssh.client with parameters of type SshMarshaller Modifier and Type Method Description voidSshEndpointConfiguration. setSshMarshaller(SshMarshaller sshMarshaller)Sets the ssh oxm marshaller. -
Uses of SshMarshaller in com.consol.citrus.ssh.server
Methods in com.consol.citrus.ssh.server with parameters of type SshMarshaller Modifier and Type Method Description SshServerBuilderSshServerBuilder. marshaller(SshMarshaller marshaller)Sets the marshaller.voidSshServer. setMarshaller(SshMarshaller marshaller)Sets the marshaller.
-