Spring Integration

Package org.springframework.integration.mapping

Provides classes related to mapping to/from message headers.

See:
          Description

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.
RequestReplyHeaderMapper<T> Request/Reply strategy interface for mapping MessageHeaders to and from other types of objects.
 

Class Summary
AbstractHeaderMapper<T> Abstract base class for HeaderMapper implementations.
 

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

Package org.springframework.integration.mapping Description

Provides classes related to mapping to/from message headers.


Spring Integration