Serialized Form
-
Package com.consol.citrus.ftp.message
-
Class com.consol.citrus.ftp.message.FtpMarshaller extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable
-
Serialized Fields
-
jaxbDelegate
org.springframework.oxm.jaxb.Jaxb2Marshaller jaxbDelegate
XML marshalling delegate -
type
String type
Message type format: XML or JSON
-
-
-
Class com.consol.citrus.ftp.message.FtpMessage extends com.consol.citrus.message.DefaultMessage implements Serializable
-
Serialized Fields
-
command
CommandType command
-
commandResult
CommandResultType commandResult
-
marshaller
FtpMarshaller marshaller
-
-
-