Package org.springframework.integration.mapping

Interface Summary
HeaderMapper<T> Generic strategy interface for mapping MessageHeaders to and from other types of objects.
InboundMessageMapper<T> Strategy interface for mapping from an Object to aMessage.
OutboundMessageMapper<T> Strategy interface for mapping from a Message to an Object.
 

Exception Summary
MessageMappingException Exception that indicates an error during message mapping.