| Name | Description | Type | Package | Framework |
| AbstractDestinationResolvingMessagingTemplate | An extension of AbstractMessagingTemplate that adds operations for sendingmessages to a resolvable destination name as defined by the following interfaces: | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMessageReceivingTemplate | An extension of AbstractMessageSendingTemplate that adds support forreceive style operations as defined by MessageReceivingOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMessageSendingTemplate | Abstract base class for implementations of MessageSendingOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| AbstractMessagingTemplate | An extension of AbstractMessageReceivingTemplate that adds support forrequest-reply style operations as defined by MessageRequestReplyOperations. | Class | org.springframework.messaging.core | Spring MVC |
|
| BeanFactoryMessageChannelDestinationResolver | An implementation of DestinationResolver that interprets a destinationname as the bean name of a MessageChannel and looks up the bean in | Class | org.springframework.messaging.core | Spring MVC |
|
| CachingDestinationResolverProxy | DestinationResolver implementation that proxies a target DestinationResolver,caching its resolveDestination(java. | Class | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolutionException | Thrown by a DestinationResolver when it cannot resolve a destination. | Class | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolver | Strategy for resolving a String destination name to an actual destinationSince:4. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageReceivingOperations | from a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageRequestReplyOperations | receiving messages to and from a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| DestinationResolvingMessageSendingOperations | to a destination specified as a (resolvable) String name. | Interface | org.springframework.messaging.core | Spring MVC |
|
| GenericMessagingTemplate | A messaging template that resolves destinations names to MessageChannel'sto send and receive messages from. | Class | org.springframework.messaging.core | Spring MVC |
|
| MessagePostProcessor | A contract for processing a Message after it has been created, eitherreturning a modified (effectively new) message or returning the same. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageReceivingOperations | Operations for receiving messages from a destination. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageRequestReplyOperations | Operations for sending messages to and receiving the reply from a destination. | Interface | org.springframework.messaging.core | Spring MVC |
|
| MessageSendingOperations | Operations for sending messages to a destination. | Interface | org.springframework.messaging.core | Spring MVC |