Uses of Interface
org.apache.qpid.proton.amqp.messaging.Section

Packages that use Section
org.apache.qpid.proton   
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.message   
 

Uses of Section in org.apache.qpid.proton
 

Methods in org.apache.qpid.proton with parameters of type Section
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 Section in org.apache.qpid.proton.amqp.messaging
 

Classes in org.apache.qpid.proton.amqp.messaging that implement Section
 class AmqpSequence
           
 class AmqpValue
           
 class ApplicationProperties
           
 class Data
           
 class DeliveryAnnotations
           
 class Footer
           
 class Header
           
 class MessageAnnotations
           
 class Properties
           
 

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

Methods in org.apache.qpid.proton.message that return Section
 Section Message.getBody()
           
 

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



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