Package com.consol.citrus.mail.model
Class MailMarshaller
- java.lang.Object
-
- com.consol.citrus.mail.model.MailMarshaller
-
- All Implemented Interfaces:
Marshaller,Unmarshaller
public class MailMarshaller extends Object implements Marshaller, Unmarshaller
- Since:
- 2.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description MailMarshaller()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-
-
-