Uses of Package
org.springframework.messaging.support
Packages that use org.springframework.messaging.support Package Description org.springframework.jms.support This package provides generic JMS support classes, to be used by higher-level classes like JmsTemplate.org.springframework.messaging.simp Generic support for Simple Messaging Protocols including protocols such as STOMP.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.messaging.simp.broker Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.messaging.simp.user Support for handling messages to "user" destinations (i.e.org.springframework.messaging.support Provides implementations ofMessagealong with a MessageBuilder and MessageHeaderAccessor for building and working with messages and message headers, as well as variousMessageChannelimplementations and channel interceptor support.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.Classes in org.springframework.messaging.support used by org.springframework.jms.support Class Description AbstractHeaderMapper A baseHeaderMapperimplementation.HeaderMapper Generic strategy interface for mappingMessageHeadersto and from other types of objects.MessageHeaderAccessor 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 ofidandtimesteampheaders.NativeMessageHeaderAccessor MessageHeaderAccessorsub-class 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 Class Description MessageHeaderAccessor 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 ofidandtimesteampheaders.MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.NativeMessageHeaderAccessor MessageHeaderAccessorsub-class 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 Class Description MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.broker Class Description MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.Classes in org.springframework.messaging.support used by org.springframework.messaging.simp.config Class Description AbstractSubscribableChannel Abstract base class forSubscribableChannelimplementations.ChannelInterceptor 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.stomp Class Description MessageHeaderAccessor 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 ofidandtimesteampheaders.MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.NativeMessageHeaderAccessor MessageHeaderAccessorsub-class 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 Class Description MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.Classes in org.springframework.messaging.support used by org.springframework.messaging.support Class Description AbstractMessageChannel Abstract base class forMessageChannelimplementations.AbstractSubscribableChannel Abstract base class forSubscribableChannelimplementations.ChannelInterceptor Interface for interceptors that are able to view and/or modify theMessagesbeing sent-to and/or received-from aMessageChannel.GenericMessage An implementation ofMessagewith a generic payload.HeaderMapper Generic strategy interface for mappingMessageHeadersto and from other types of objects.InterceptableChannel AMessageChannelthat maintains a listChannelInterceptorsand allows interception of message sending.MessageBuilder MessageHeaderAccessor 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 ofidandtimesteampheaders.MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.Classes in org.springframework.messaging.support used by org.springframework.web.socket.messaging Class Description MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.