Uses of Package
org.springframework.jms.support.converter
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
Core package of the JMS support.
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.
This package provides JCA-based endpoint management for JMS message listeners.
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
-
ClassDescriptionStrategy interface that specifies a converter between Java objects and JMS messages.
-
ClassDescriptionStrategy interface that specifies a converter between Java objects and JMS messages.
-
ClassDescriptionStrategy interface that specifies a converter between Java objects and JMS messages.
-
ClassDescriptionStrategy interface that specifies a converter between Java objects and JMS messages.Convert a
Message
from the messaging abstraction to and from aMessage
using an underlyingMessageConverter
for the payload and aJmsHeaderMapper
to map the JMS headers to and from standard message headers. -
ClassDescriptionStrategy interface that specifies a converter between Java objects and JMS messages.
-
ClassDescriptionThrown by
MessageConverter
implementations when the conversion of an object to/from aMessage
fails.Strategy interface that specifies a converter between Java objects and JMS messages.Constants that indicate a target message type to convert to: aTextMessage
, aBytesMessage
, aMapMessage
or anObjectMessage
.An extendedMessageConverter
SPI with conversion hint support.