Spring AMQP

Uses of Interface
org.springframework.amqp.core.MessageProperties

Packages that use MessageProperties
org.springframework.amqp.core   
org.springframework.amqp.rabbit.core   
org.springframework.amqp.support.converter   
 

Uses of MessageProperties in org.springframework.amqp.core
 

Classes in org.springframework.amqp.core that implement MessageProperties
 class SimpleMessageProperties
           
 

Methods in org.springframework.amqp.core that return MessageProperties
 MessageProperties Message.getMessageProperties()
           
 

Constructors in org.springframework.amqp.core with parameters of type MessageProperties
Message(byte[] body, MessageProperties messageProperties)
           
 

Uses of MessageProperties in org.springframework.amqp.rabbit.core
 

Classes in org.springframework.amqp.rabbit.core that implement MessageProperties
 class RabbitMessageProperties
          Rabbit implementation of MessageProperties that stores much of the message property information in Rabbit's BasicProperites class.
 

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

Methods in org.springframework.amqp.support.converter with parameters of type MessageProperties
 Message JsonMessageConverter.toMessage(Object objectToConvert, MessageProperties messageProperties)
           
 Message SimpleMessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Creates a Rabbit Mesasge from the provided Object.
 Message MessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Convert a Java object to a Rabbit Message.
 Message MarshallingMessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Marshals the given object to a Message.
 


Spring AMQP

Copyright © 2010. All Rights Reserved.