Uses of Package
org.springframework.messaging.support
Package
Description
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Support for handling messages to "user" destinations (i.e.
Provides implementations of
Message
along with
a MessageBuilder and MessageHeaderAccessor for building and working with messages and
message headers, as well as various MessageChannel
implementations and channel interceptor support.Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
-
ClassDescriptionA base
HeaderMapper
implementation.Generic strategy interface for mappingMessageHeaders
to and from other types of objects.Wrapper aroundMessageHeaders
that provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessage
mutable, and the option to suppress automatic generation ofid
andtimestamp
headers.MessageHeaderAccessor
subclass that supports storage and access of headers from an external source such as a message broker. -
ClassDescriptionWrapper around
MessageHeaders
that provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessage
mutable, and the option to suppress automatic generation ofid
andtimestamp
headers.Callback interface for initializing aMessageHeaderAccessor
.MessageHeaderAccessor
subclass that supports storage and access of headers from an external source such as a message broker. -
-
-
ClassDescriptionAbstract base class for
SubscribableChannel
implementations.Interface for interceptors that are able to view and/or modify theMessages
being sent-to and/or received-from aMessageChannel
. -
ClassDescriptionWrapper around
MessageHeaders
that provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessage
mutable, and the option to suppress automatic generation ofid
andtimestamp
headers.Callback interface for initializing aMessageHeaderAccessor
.MessageHeaderAccessor
subclass that supports storage and access of headers from an external source such as a message broker. -
-
ClassDescriptionAbstract base class for
MessageChannel
implementations.Abstract base class forSubscribableChannel
implementations.Interface for interceptors that are able to view and/or modify theMessages
being sent-to and/or received-from aMessageChannel
.An implementation ofMessage
with a generic payload.Generic strategy interface for mappingMessageHeaders
to and from other types of objects.AMessageChannel
that maintains a listChannelInterceptors
and allows interception of message sending.Wrapper aroundMessageHeaders
that provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessage
mutable, and the option to suppress automatic generation ofid
andtimestamp
headers.Callback interface for initializing aMessageHeaderAccessor
. -
-