Uses of Interface
org.apache.qpid.proton.amqp.messaging.Section
Packages that use Section
Package
Description
-
Uses of Section in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type SectionModifier and TypeMethodDescriptionstatic 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 SectionModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of Section in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return SectionMethods in org.apache.qpid.proton.message with parameters of type SectionModifier and TypeMethodDescriptionstatic MessageMessage.Factory.create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) void -
Uses of Section in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return SectionMethods in org.apache.qpid.proton.message.impl with parameters of type SectionConstructors in org.apache.qpid.proton.message.impl with parameters of type SectionModifierConstructorDescriptionMessageImpl(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)