Uses of Class
org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations

Packages that use DeliveryAnnotations
org.apache.qpid.proton   
org.apache.qpid.proton.message   
 

Uses of DeliveryAnnotations in org.apache.qpid.proton
 

Methods in org.apache.qpid.proton with parameters of type DeliveryAnnotations
static Message Proton.message(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
           
static Message Proton.message(ProtonFactory.ImplementationType implementation, Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
           
 

Uses of DeliveryAnnotations in org.apache.qpid.proton.message
 

Methods in org.apache.qpid.proton.message that return DeliveryAnnotations
 DeliveryAnnotations Message.getDeliveryAnnotations()
           
 

Methods in org.apache.qpid.proton.message with parameters of type DeliveryAnnotations
 Message MessageFactory.createMessage(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
           
 void Message.setDeliveryAnnotations(DeliveryAnnotations deliveryAnnotations)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.