Spring AMQP

Uses of Class
org.springframework.amqp.support.converter.AbstractMessageConverter

Packages that use AbstractMessageConverter
org.springframework.amqp.support.converter   
 

Uses of AbstractMessageConverter in org.springframework.amqp.support.converter
 

Subclasses of AbstractMessageConverter in org.springframework.amqp.support.converter
 class JsonMessageConverter
          JSON converter that uses the Jackson Json library.
 class MarshallingMessageConverter
          Spring Rabbit MessageConverter that uses a Marshaller and Unmarshaller.
 class SerializerMessageConverter
          Implementation of MessageConverter that can work with Strings or native objects of any kind via the Serializer and Deserializer abstractions in Spring.
 class SimpleMessageConverter
          Implementation of MessageConverter that can work with Strings, Serializable instances, or byte arrays.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.