Spring AMQP

Package org.springframework.amqp.support.converter

Interface Summary
ClassMapper Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.
MessageConverter  
 

Class Summary
AbstractMessageConverter Convenient base class for MessageConverter implementations.
DefaultClassMapper  
JsonMessageConverter JSON converter that uses the Jackson Json library.
MarshallingMessageConverter Spring Rabbit MessageConverter that uses a Marshaller and Unmarshaller.
SerializerMessageConverter Implementation of MessageConverter that can work with Strings or native objects of any kind via the Serializer and Deserializer abstractions in Spring.
SimpleMessageConverter Implementation of MessageConverter that can work with Strings, Serializable instances, or byte arrays.
 

Exception Summary
MessageConversionException Exception to be thrown by message converters if they encounter a problem with converting a message or object.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.