Uses of Package
org.springframework.messaging.core
Packages that use org.springframework.messaging.core
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.
-
Classes in org.springframework.messaging.core used by org.springframework.jms.coreClassDescriptionAn extension of
AbstractMessageSendingTemplatethat adds support for receive style operations as defined byMessageReceivingOperations.Abstract base class for implementations ofMessageSendingOperations.An extension ofAbstractMessageReceivingTemplatethat adds support for request-reply style operations as defined byMessageRequestReplyOperations.A contract for processing aMessageafter it has been created, either returning a modified (effectively new) message or returning the same.Operations for receiving messages from a destination.Operations for sending messages to and receiving the reply from a destination.Operations for sending messages to a destination. -
Classes in org.springframework.messaging.core used by org.springframework.messaging.coreClassDescriptionAn extension of
AbstractMessagingTemplatethat adds operations for sending messages to a resolvable destination name.An extension ofAbstractMessageSendingTemplatethat adds support for receive style operations as defined byMessageReceivingOperations.Abstract base class for implementations ofMessageSendingOperations.An extension ofAbstractMessageReceivingTemplatethat adds support for request-reply style operations as defined byMessageRequestReplyOperations.Thrown by aDestinationResolverwhen it cannot resolve a destination.Strategy for resolving a String destination name to an actual destination of type<D>.ExtendsMessageReceivingOperationsand adds operations for receiving messages from a destination specified as a (resolvable) String name.ExtendsMessageRequestReplyOperationsand adds operations for sending and receiving messages to and from a destination specified as a (resolvable) String name.ExtendsMessageSendingOperationsand adds operations for sending messages to a destination specified as a (resolvable) String name.A contract for processing aMessageafter it has been created, either returning a modified (effectively new) message or returning the same.Operations for receiving messages from a destination.Operations for sending messages to and receiving the reply from a destination.Operations for sending messages to a destination. -
Classes in org.springframework.messaging.core used by org.springframework.messaging.simpClassDescriptionAbstract base class for implementations of
MessageSendingOperations.A contract for processing aMessageafter it has been created, either returning a modified (effectively new) message or returning the same.Operations for sending messages to a destination. -
-
Classes in org.springframework.messaging.core used by org.springframework.messaging.simp.user