See: Description
Interface | Description |
---|---|
AbstractHeaderMapper.HeaderMatcher |
Strategy interface to determine if a given header name matches.
|
BytesMessageMapper | |
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
RequestReplyHeaderMapper implementations. |
AbstractHeaderMapper.CompositeHeaderMatcher |
A composite
AbstractHeaderMapper.HeaderMatcher that matches if one of provided
AbstractHeaderMapper.HeaderMatcher s matches to the headerName . |
AbstractHeaderMapper.ContentBasedHeaderMatcher |
A content-based
AbstractHeaderMapper.HeaderMatcher that matches if the specified
header is contained within a list of candidates. |
AbstractHeaderMapper.PatternBasedHeaderMatcher |
A pattern-based
AbstractHeaderMapper.HeaderMatcher that matches if the specified
header matches one of the specified simple patterns. |
AbstractHeaderMapper.PrefixBasedMatcher |
A prefix-based
AbstractHeaderMapper.HeaderMatcher that matches if the specified
header starts with a configurable prefix. |
AbstractHeaderMapper.SinglePatternBasedHeaderMatcher |
A pattern-based
AbstractHeaderMapper.HeaderMatcher that matches if the specified
header matches the specified simple pattern. |
ConvertingBytesMessageMapper |
The
BytesMessageMapper implementation to delegate to/from Message
conversion into the provided MessageConverter . |
Exception | Description |
---|---|
MessageMappingException |
Exception that indicates an error during message mapping.
|