Uses of Class
org.citrusframework.ssh.model.SshMarshaller
Packages that use SshMarshaller
-
Uses of SshMarshaller in org.citrusframework.ssh.client
Methods in org.citrusframework.ssh.client that return SshMarshallerModifier and TypeMethodDescriptionSshEndpointConfiguration.getSshMarshaller()Gets the ssh oxm marshaller.Methods in org.citrusframework.ssh.client with parameters of type SshMarshallerModifier and TypeMethodDescriptionvoidSshEndpointConfiguration.setSshMarshaller(SshMarshaller sshMarshaller) Sets the ssh oxm marshaller. -
Uses of SshMarshaller in org.citrusframework.ssh.server
Methods in org.citrusframework.ssh.server with parameters of type SshMarshallerModifier and TypeMethodDescriptionSshServerBuilder.marshaller(SshMarshaller marshaller) Sets the marshaller.voidSshServer.setMarshaller(SshMarshaller marshaller) Sets the marshaller.