程序包的使用
org.springframework.messaging.support
使用org.springframework.messaging.support的程序包 程序包 说明 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. destinations that are unique to a user's sessions), primarily translating the destinations and then forwarding the updated message to the broker.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.org.springframework.jms.support使用的org.springframework.messaging.support中的类 类 说明 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.org.springframework.messaging.simp使用的org.springframework.messaging.support中的类 类 说明 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.org.springframework.messaging.simp.annotation.support使用的org.springframework.messaging.support中的类 类 说明 MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.org.springframework.messaging.simp.broker使用的org.springframework.messaging.support中的类 类 说明 MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.org.springframework.messaging.simp.config使用的org.springframework.messaging.support中的类 类 说明 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.org.springframework.messaging.simp.stomp使用的org.springframework.messaging.support中的类 类 说明 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.org.springframework.messaging.simp.user使用的org.springframework.messaging.support中的类 类 说明 MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.org.springframework.messaging.support使用的org.springframework.messaging.support中的类 类 说明 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.org.springframework.web.socket.messaging使用的org.springframework.messaging.support中的类 类 说明 MessageHeaderInitializer Callback interface for initializing aMessageHeaderAccessor.