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
DefaultClassMapper  
JsonMessageConverter JSON converter that uses the Jackson Json library.
MarshallingMessageConverter Spring Rabbit MessageConverter that uses a Marshaller and Unmarshaller.
SimpleMessageConverter Implementation of MessageConverter that can work with Strings, Serializable instances, or byte arrays.
 

Exception Summary
MessageConversionException  
 


Spring AMQP

Copyright © 2010. All Rights Reserved.