Uses of Interface
org.springframework.messaging.core.MessageSendingOperations
Packages that use 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
Subinterfaces of MessageSendingOperations in org.springframework.jms.coreModifier and TypeInterfaceDescriptioninterfaceA specialization ofMessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestination.Classes in org.springframework.jms.core that implement MessageSendingOperations -
Uses of MessageSendingOperations in org.springframework.messaging.core
Subinterfaces of MessageSendingOperations in org.springframework.messaging.coreModifier and TypeInterfaceDescriptioninterfaceExtendsMessageSendingOperationsand adds operations for sending messages to a destination specified as a (resolvable) String name.Classes in org.springframework.messaging.core that implement MessageSendingOperationsModifier and TypeClassDescriptionclassAn extension ofAbstractMessagingTemplatethat adds operations for sending messages to a resolvable destination name.classAn extension ofAbstractMessageSendingTemplatethat adds support for receive style operations as defined byMessageReceivingOperations.classAbstract base class for implementations ofMessageSendingOperations.classAn extension ofAbstractMessageReceivingTemplatethat adds support for request-reply style operations as defined byMessageRequestReplyOperations.classA messaging template that resolves destinations names toMessageChannel's to send and receive messages from. -
Uses of MessageSendingOperations in org.springframework.messaging.simp
Subinterfaces of MessageSendingOperations in org.springframework.messaging.simpModifier and TypeInterfaceDescriptioninterfaceA specialization ofMessageSendingOperationswith methods for use with the Spring Framework support for Simple Messaging Protocols (like STOMP).Classes in org.springframework.messaging.simp that implement MessageSendingOperations -
Uses of MessageSendingOperations in org.springframework.messaging.simp.annotation.support
Constructors in org.springframework.messaging.simp.annotation.support with parameters of type MessageSendingOperationsModifierConstructorDescriptionConstruct a new SubscriptionMethodReturnValueHandler. -
Uses of MessageSendingOperations in org.springframework.messaging.simp.user
Methods in org.springframework.messaging.simp.user that return MessageSendingOperationsModifier and TypeMethodDescriptionUserDestinationMessageHandler.getBrokerMessagingTemplate()Return the messaging template used to send resolved messages to the broker channel.