Uses of Class
org.apache.qpid.proton.amqp.messaging.Footer
Packages that use Footer
Package
Description
-
Uses of Footer in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type FooterModifier and TypeMethodDescriptionstatic Message
Proton.message
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of Footer in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return FooterModifier and TypeMethodDescriptionFooterType.newInstance
(Object described) FastPathFooterType.readValue()
Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type FooterModifier and TypeMethodDescriptionCollection<? extends TypeEncoding<Footer>>
FastPathFooterType.getAllEncodings()
FastPathFooterType.getCanonicalEncoding()
FastPathFooterType.getEncoding
(Footer val) FastPathFooterType.getTypeClass()
FooterType.getTypeClass()
Methods in org.apache.qpid.proton.codec.messaging with parameters of type Footer -
Uses of Footer in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return FooterMethods in org.apache.qpid.proton.message with parameters of type FooterModifier and TypeMethodDescriptionstatic Message
Message.Factory.create
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) void
-
Uses of Footer in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return FooterMethods in org.apache.qpid.proton.message.impl with parameters of type FooterConstructors in org.apache.qpid.proton.message.impl with parameters of type FooterModifierConstructorDescriptionMessageImpl
(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)