程序包 org.springframework.jms.support.converter
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.
接口概要 接口 说明 MessageConverter Strategy interface that specifies a converter between Java objects and JMS messages.SmartMessageConverter An extendedMessageConverterSPI with conversion hint support.类概要 类 说明 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.枚举概要 枚举 说明 MessageType Constants that indicate a target message type to convert to: aTextMessage, aBytesMessage, aMapMessageor anObjectMessage.异常错误概要 异常错误 说明 MessageConversionException Thrown byMessageConverterimplementations when the conversion of an object to/from aMessagefails.