See: Description
Interface | Description |
---|---|
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 a
Message . |
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 | Description |
---|---|
AbstractHeaderMapper<T> |
Abstract base class for HeaderMapper implementations.
|
Exception | Description |
---|---|
MessageMappingException |
Exception that indicates an error during message mapping.
|