Uses of Class
com.consol.citrus.ftp.message.FtpMarshaller
-
Packages that use FtpMarshaller Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.server -
-
Uses of FtpMarshaller in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client that return FtpMarshaller Modifier and Type Method Description FtpMarshallerFtpEndpointConfiguration. getMarshaller()Gets the marshaller.Methods in com.consol.citrus.ftp.client with parameters of type FtpMarshaller Modifier and Type Method Description voidFtpEndpointConfiguration. setMarshaller(FtpMarshaller marshaller)Sets the marshaller. -
Uses of FtpMarshaller in com.consol.citrus.ftp.server
Methods in com.consol.citrus.ftp.server with parameters of type FtpMarshaller Modifier and Type Method Description FtpServerBuilderFtpServerBuilder. marshaller(FtpMarshaller marshaller)Sets the marshaller.
-