Uses of Interface
org.springframework.jms.listener.SessionAwareMessageListener
Packages that use SessionAwareMessageListener
Package
Description
This package contains the base message listener container facility.
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
-
Uses of SessionAwareMessageListener in org.springframework.jms.listener
Methods in org.springframework.jms.listener with parameters of type SessionAwareMessageListenerModifier and TypeMethodDescriptionprotected void
AbstractMessageListenerContainer.doInvokeListener
(SessionAwareMessageListener listener, Session session, Message message) Invoke the specified listener as Spring SessionAwareMessageListener, exposing a new JMS Session (potentially with its own transaction) to the listener if demanded. -
Uses of SessionAwareMessageListener in org.springframework.jms.listener.adapter
Classes in org.springframework.jms.listener.adapter that implement SessionAwareMessageListenerModifier and TypeClassDescriptionclass
An abstract JMSMessageListener
adapter providing the necessary infrastructure to extract the payload of a JMSMessage
.class
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.class
AMessageListener
adapter that invokes a configurableInvocableHandlerMethod
.