Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.messaging.support Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
AbstractHeaderMapperA base HeaderMapper implementationSince:4.Classorg.springframework.messaging.supportSpring MVC
AbstractMessageChannelAbstract base class for MessageChannel implementations.Classorg.springframework.messaging.supportSpring MVC
AbstractSubscribableChannelAbstract base class for SubscribableChannel implementations.Classorg.springframework.messaging.supportSpring MVC
ChannelInterceptorInterface for interceptors that are able to view and/or modify theMessages being sent-to and/or received-from aInterfaceorg.springframework.messaging.supportSpring MVC
ChannelInterceptorAdapterA ChannelInterceptor base class with empty method implementationsSince:4.Classorg.springframework.messaging.supportSpring MVC
ErrorMessageA GenericMessage with a Throwable payload.Classorg.springframework.messaging.supportSpring MVC
ExecutorChannelInterceptorAn extension of ChannelInterceptor with callbacks to intercept theasynchronous sending of a Message toInterfaceorg.springframework.messaging.supportSpring MVC
ExecutorSubscribableChannelA SubscribableChannel that sends messages to each of its subscribers.Classorg.springframework.messaging.supportSpring MVC
GenericMessageAn implementation of Message with a generic payload.Classorg.springframework.messaging.supportSpring MVC
HeaderMapperGeneric strategy interface for mapping MessageHeaders to and from othertypes of objects.Interfaceorg.springframework.messaging.supportSpring MVC
IdTimestampMessageHeaderInitializerA MessageHeaderInitializerto customize the strategy for ID and TIMESTAMP message header generation.Classorg.springframework.messaging.supportSpring MVC
ImmutableMessageChannelInterceptorA simpler interceptor that calls MessageHeaderAccessor.Classorg.springframework.messaging.supportSpring MVC
InterceptableChannelA MessageChannel thatmaintains a list ChannelInterceptors and allows interception of message sending.Interfaceorg.springframework.messaging.supportSpring MVC
MessageBuilderA builder for creating a GenericMessage(or ErrorMessage if the payload is of type Throwable).Classorg.springframework.messaging.supportSpring MVC
MessageHandlingRunnableExtension of the Runnable interface with methods to obtain theMessageHandler and Message to be handled.Interfaceorg.springframework.messaging.supportSpring MVC
MessageHeaderAccessorA base for classes providing strongly typed getters and setters as well asbehavior around specific categories of headers (e.Classorg.springframework.messaging.supportSpring MVC
MessageHeaderInitializerCallback interface for initializing a MessageHeaderAccessor.Interfaceorg.springframework.messaging.supportSpring MVC
NativeMessageHeaderAccessorAn extension of MessageHeaderAccessor that also stores and provides read/writeaccess to message headers from an external source -- e.Classorg.springframework.messaging.supportSpring MVC