Uses of Package
org.springframework.messaging.support
Packages that use 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.
-
Classes in org.springframework.messaging.support used by org.springframework.jms.supportClassDescriptionA base
HeaderMapperimplementation.Generic strategy interface for mappingMessageHeadersto and from other types of objects.Wrapper aroundMessageHeadersthat provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessagemutable, and the option to suppress automatic generation ofidandtimestampheaders.MessageHeaderAccessorsubclass that supports storage and access of headers from an external source such as a message broker. -
Classes in org.springframework.messaging.support used by org.springframework.messaging.simpClassDescriptionWrapper around
MessageHeadersthat provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessagemutable, and the option to suppress automatic generation ofidandtimestampheaders.Callback interface for initializing aMessageHeaderAccessor.MessageHeaderAccessorsubclass that supports storage and access of headers from an external source such as a message broker. -
Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.annotation.support
-
Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.broker
-
Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.configClassDescriptionAbstract base class for
SubscribableChannelimplementations.Interface for interceptors that are able to view and/or modify theMessagesbeing sent-to and/or received-from aMessageChannel. -
Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.stompClassDescriptionWrapper around
MessageHeadersthat provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessagemutable, and the option to suppress automatic generation ofidandtimestampheaders.Callback interface for initializing aMessageHeaderAccessor.MessageHeaderAccessorsubclass that supports storage and access of headers from an external source such as a message broker. -
Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.user
-
Classes in org.springframework.messaging.support used by org.springframework.messaging.supportClassDescriptionAbstract base class for
MessageChannelimplementations.Abstract base class forSubscribableChannelimplementations.Interface for interceptors that are able to view and/or modify theMessagesbeing sent-to and/or received-from aMessageChannel.An implementation ofMessagewith a generic payload.Generic strategy interface for mappingMessageHeadersto and from other types of objects.AMessageChannelthat maintains a listChannelInterceptorsand allows interception of message sending.Wrapper aroundMessageHeadersthat provides extra features such as strongly typed accessors for specific headers, the ability to leave headers in aMessagemutable, and the option to suppress automatic generation ofidandtimestampheaders.Callback interface for initializing aMessageHeaderAccessor. -
Classes in org.springframework.messaging.support used by org.springframework.web.socket.config.annotation
-
Classes in org.springframework.messaging.support used by org.springframework.web.socket.messaging