Package org.springframework.jms.support.converter
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
MessageConverter Strategy interface that specifies a MessageConverter between Java objects and JMS messages.
Classes
SimpleMessageConverter A simple message converter that can handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.
SimpleMessageConverter102 A subclass of SimpleMessageConverter that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SimpleMessageConverter itself.
Exceptions
MessageConversionException Thrown by MessageConverter when it can not convert an object to/from a JMS message.
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.