Package com.consol.citrus.ftp.message
Class FtpMarshaller
- java.lang.Object
-
- com.consol.citrus.ftp.message.FtpMarshaller
-
- All Implemented Interfaces:
Marshaller,Unmarshaller
public class FtpMarshaller extends Object implements Marshaller, Unmarshaller
- Since:
- 2.7.5
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description FtpMarshaller()Default constructor
-
-
-
Method Detail
-
unmarshal
public Object unmarshal(Source source)
- Specified by:
unmarshalin interfaceUnmarshaller
-
marshal
public void marshal(Object graph, Result result)
- Specified by:
marshalin interfaceMarshaller
-
getType
public String getType()
Gets the type.- Returns:
-
setType
public void setType(String type)
Sets the type.- Parameters:
type-
-
-