Uses of Interface
org.springframework.messaging.core.MessageSendingOperations
Package
Description
Core package of the JMS support.
Defines interfaces and implementation classes for messaging templates.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Support for handling messages to "user" destinations (i.e.
-
Uses of MessageSendingOperations in org.springframework.jms.core
Modifier and TypeInterfaceDescriptioninterface
A specialization ofMessageSendingOperations
,MessageReceivingOperations
andMessageRequestReplyOperations
for JMS related operations that allow to specify a destination name rather than the actualDestination
. -
Uses of MessageSendingOperations in org.springframework.messaging.core
Modifier and TypeInterfaceDescriptioninterface
ExtendsMessageSendingOperations
and adds operations for sending messages to a destination specified as a (resolvable) String name.Modifier and TypeClassDescriptionclass
An extension ofAbstractMessagingTemplate
that adds operations for sending messages to a resolvable destination name.class
An extension ofAbstractMessageSendingTemplate
that adds support for receive style operations as defined byMessageReceivingOperations
.class
Abstract base class for implementations ofMessageSendingOperations
.class
An extension ofAbstractMessageReceivingTemplate
that adds support for request-reply style operations as defined byMessageRequestReplyOperations
.class
A messaging template that resolves destinations names toMessageChannel
's to send and receive messages from. -
Uses of MessageSendingOperations in org.springframework.messaging.simp
Modifier and TypeInterfaceDescriptioninterface
A specialization ofMessageSendingOperations
with methods for use with the Spring Framework support for Simple Messaging Protocols (like STOMP). -
Uses of MessageSendingOperations in org.springframework.messaging.simp.annotation.support
ModifierConstructorDescriptionConstruct a new SubscriptionMethodReturnValueHandler. -
Uses of MessageSendingOperations in org.springframework.messaging.simp.user
Modifier and TypeMethodDescriptionUserDestinationMessageHandler.getBrokerMessagingTemplate()
Return the messaging template used to send resolved messages to the broker channel.