类 NativeMessageHeaderAccessor

  • 直接已知子类:
    JmsMessageHeaderAccessor, SimpMessageHeaderAccessor

    public class NativeMessageHeaderAccessor
    extends MessageHeaderAccessor
    MessageHeaderAccessor sub-class that supports storage and access of headers from an external source such as a message broker. Headers from the external source are kept separate from other headers, in a sub-map under the key NATIVE_HEADERS. This allows separating processing headers from headers that need to be sent to or received from the external source.

    This class is likely to be used through indirectly through a protocol specific sub-class that also provide factory methods to translate message headers to an from an external messaging source.

    从以下版本开始:
    4.0
    作者:
    Rossen Stoyanchev