|
Spring AMQP | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| 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. |
| Jackson2JavaTypeMapper | Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message. |
| JavaTypeMapper | 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 | |
|---|---|
| AbstractJavaTypeMapper | |
| AbstractJsonMessageConverter | |
| AbstractMessageConverter | Convenient base class for MessageConverter implementations. |
| DefaultClassMapper | Maps to/from JSON using type information in the MessageProperties;
the default name of the message property containing the type is '__TypeId__'. |
| DefaultJackson2JavaTypeMapper | |
| DefaultJavaTypeMapper | |
| Jackson2JsonMessageConverter | JSON converter that uses the Jackson 2 Json library. |
| 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 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||