Uses of Interface
org.apache.qpid.proton.amqp.messaging.Section
-
Packages that use Section Package Description org.apache.qpid.proton org.apache.qpid.proton.amqp.messaging org.apache.qpid.proton.message org.apache.qpid.proton.message.impl -
-
Uses of Section in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type Section Modifier and Type Method Description static MessageProton. message(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 Modifier and Type Class Description classAmqpSequenceclassAmqpValueclassApplicationPropertiesclassDataclassDeliveryAnnotationsclassFooterclassHeaderclassMessageAnnotationsclassProperties -
Uses of Section in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return Section Modifier and Type Method Description SectionMessage. getBody()Methods in org.apache.qpid.proton.message with parameters of type Section Modifier and Type Method Description static MessageMessage.Factory. create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)voidMessage. setBody(Section body) -
Uses of Section in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return Section Modifier and Type Method Description SectionMessageImpl. getBody()Methods in org.apache.qpid.proton.message.impl with parameters of type Section Modifier and Type Method Description voidMessageImpl. setBody(Section body)Constructors in org.apache.qpid.proton.message.impl with parameters of type Section Constructor Description MessageImpl(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)Application code should instead useMessage.Factory.create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer)
-