Interface | Description |
---|---|
DestinationResolver<D> |
Strategy interface that resolves a given name to a destination.
|
DestinationResolvingMessageReceivingOperations<D> |
A
MessageReceivingOperations that can resolve a String-based destinations. |
DestinationResolvingMessageRequestReplyOperations<D> |
A
MessageRequestReplyOperations that can resolve a String-based destinations. |
DestinationResolvingMessageSendingOperations<D> |
A
MessageSendingOperations that can resolve a String-based destinations. |
MessagePostProcessor |
To be used with MessagingTemplate's send method that converts an object to a message.
|
MessageReceivingOperations<D> |
A set of operations receiving messages from a destination.
|
MessageRequestReplyOperations<D> |
A set of operations for exchanging messages to and from a destination.
|
MessageSendingOperations<D> |
A set of operations sending messages to a destination.
|
Class | Description |
---|---|
AbstractDestinationResolvingMessagingTemplate<D> |
Base class for a messaging template that can resolve String-based destinations.
|
AbstractMessageSendingTemplate<D> |
Base class for templates that support sending messages.
|
AbstractMessagingTemplate<D> |
Base class for a messaging template that send and receive messages.
|
BeanFactoryMessageChannelDestinationResolver |
DestinationResolver that resolves against named beans contained in a
BeanFactory . |
GenericMessagingTemplate |
A messaging template for sending to and/or receiving messages from a
MessageChannel . |
Exception | Description |
---|---|
DestinationResolutionException |
Thrown by a
DestinationResolver when it cannot resolve a destination. |