Uses of Class
org.apache.qpid.proton.amqp.messaging.Footer
-
Packages that use Footer Package Description org.apache.qpid.proton org.apache.qpid.proton.codec.messaging org.apache.qpid.proton.message org.apache.qpid.proton.message.impl -
-
Uses of Footer in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type Footer Modifier and Type Method Description static MessageProton. 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 Footer Modifier and Type Method Description FooterFooterType. newInstance(java.lang.Object described)FooterFastPathFooterType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type Footer Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Footer>>FastPathFooterType. getAllEncodings()TypeEncoding<Footer>FastPathFooterType. getCanonicalEncoding()TypeEncoding<Footer>FastPathFooterType. getEncoding(Footer val)java.lang.Class<Footer>FastPathFooterType. getTypeClass()java.lang.Class<Footer>FooterType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type Footer Modifier and Type Method Description TypeEncoding<Footer>FastPathFooterType. getEncoding(Footer val)protected java.util.MapFooterType. wrap(Footer val)voidFastPathFooterType. write(Footer val) -
Uses of Footer in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return Footer Modifier and Type Method Description FooterMessage. getFooter()Methods in org.apache.qpid.proton.message with parameters of type Footer Modifier and Type Method Description static MessageMessage.Factory. create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)voidMessage. setFooter(Footer footer) -
Uses of Footer in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return Footer Modifier and Type Method Description FooterMessageImpl. getFooter()Methods in org.apache.qpid.proton.message.impl with parameters of type Footer Modifier and Type Method Description voidMessageImpl. setFooter(Footer footer)Constructors in org.apache.qpid.proton.message.impl with parameters of type Footer 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)
-