Package org.springframework.jms.support.converter
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.
Interface Summary Interface Description MessageConverter Strategy interface that specifies a converter between Java objects and JMS messages.SmartMessageConverter An extendedMessageConverterSPI with conversion hint support.Class Summary Class Description MappingJackson2MessageConverter Message converter that uses Jackson 2.x to convert messages to and from JSON.MarshallingMessageConverter MessagingMessageConverter Convert aMessagefrom the messaging abstraction to and from aMessageusing an underlyingMessageConverterfor the payload and aJmsHeaderMapperto map the JMS headers to and from standard message headers.SimpleMessageConverter A simple message converter which is able to handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.Enum Summary Enum Description MessageType Constants that indicate a target message type to convert to: aTextMessage, aBytesMessage, aMapMessageor anObjectMessage.Exception Summary Exception Description MessageConversionException Thrown byMessageConverterimplementations when the conversion of an object to/from aMessagefails.