| Package | Description |
|---|---|
| org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
| org.springframework.jms.core |
Core package of the JMS support.
|
| org.springframework.jms.listener |
This package contains the base message listener container facility.
|
| 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.
|
| org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
| org.springframework.jms.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
| org.springframework.jms.support.converter |
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| MessagingMessageConverter
Convert a
Message from the messaging abstraction to and from a
Message using an underlying MessageConverter
for the payload and a JmsHeaderMapper
to map the JMS headers to and from standard message headers. |
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| Class and Description |
|---|
| MessageConversionException
Thrown by
MessageConverter implementations when the conversion
of an object to/from a Message fails. |
| MessageConverter
Strategy interface that specifies a converter between Java objects and JMS messages.
|
| MessageType
Constants that indicate a target message type to convert to: a
TextMessage, a BytesMessage,
a MapMessage or an ObjectMessage. |
| SmartMessageConverter
An extended
MessageConverter SPI with conversion hint support. |