Package | Description |
---|---|
org.springframework.jms.listener.adapter |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageListenerAdapter
Message listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible message type conversion.
|
class |
MessagingMessageListenerAdapter
A
MessageListener adapter that invokes a configurable
InvocableHandlerMethod . |