org.springframework.jms.support.converter |
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
|
Java Source File Name | Type | Comment |
MessageConversionException.java | Class | Thrown by
MessageConverter implementations when the conversion
of an object to/from a
javax.jms.Message fails. |
MessageConverter.java | Interface | Strategy interface that specifies a converter between Java objects and JMS messages. |
SimpleMessageConverter.java | Class | A simple message converter which is able to handle TextMessages, BytesMessages,
MapMessages, and ObjectMessages. |
SimpleMessageConverter102.java | Class | A subclass of SimpleMessageConverter that uses the JMS 1.0.2 specification,
rather than the JMS 1.1 methods used by SimpleMessageConverter itself. |