Package org.ikasan.marshaller
Interface Marshaller<UNMARSHALLED,MARSHALLED>
- All Known Implementing Classes:
XmlStringJsonMarshaller
public interface Marshaller<UNMARSHALLED,MARSHALLED>
Contract for data marshaller implementations.
- Author:
- Ikasan Development Team
-
Method Summary
Modifier and TypeMethodDescriptionmarshall(UNMARSHALLED payload) Marshall the incoming event.unmarshall(MARSHALLED payload) Unmarshall the incoming event.
-
Method Details
-
marshall
Marshall the incoming event.- Parameters:
payload-- Returns:
-
unmarshall
Unmarshall the incoming event.- Parameters:
payload-- Returns:
-