Uses of Class
org.apache.qpid.proton.amqp.messaging.MessageAnnotations
-
Packages that use MessageAnnotations 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 MessageAnnotations in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type MessageAnnotations Modifier and Type Method Description static MessageProton. message(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of MessageAnnotations in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return MessageAnnotations Modifier and Type Method Description MessageAnnotationsMessageAnnotationsType. newInstance(java.lang.Object described)MessageAnnotationsFastPathMessageAnnotationsType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type MessageAnnotations Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<MessageAnnotations>>FastPathMessageAnnotationsType. getAllEncodings()TypeEncoding<MessageAnnotations>FastPathMessageAnnotationsType. getCanonicalEncoding()TypeEncoding<MessageAnnotations>FastPathMessageAnnotationsType. getEncoding(MessageAnnotations val)java.lang.Class<MessageAnnotations>FastPathMessageAnnotationsType. getTypeClass()java.lang.Class<MessageAnnotations>MessageAnnotationsType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type MessageAnnotations Modifier and Type Method Description TypeEncoding<MessageAnnotations>FastPathMessageAnnotationsType. getEncoding(MessageAnnotations val)protected java.util.MapMessageAnnotationsType. wrap(MessageAnnotations val)voidFastPathMessageAnnotationsType. write(MessageAnnotations val) -
Uses of MessageAnnotations in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return MessageAnnotations Modifier and Type Method Description MessageAnnotationsMessage. getMessageAnnotations()Methods in org.apache.qpid.proton.message with parameters of type MessageAnnotations Modifier and Type Method Description static MessageMessage.Factory. create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)voidMessage. setMessageAnnotations(MessageAnnotations messageAnnotations) -
Uses of MessageAnnotations in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return MessageAnnotations Modifier and Type Method Description MessageAnnotationsMessageImpl. getMessageAnnotations()Methods in org.apache.qpid.proton.message.impl with parameters of type MessageAnnotations Modifier and Type Method Description voidMessageImpl. setMessageAnnotations(MessageAnnotations messageAnnotations)Constructors in org.apache.qpid.proton.message.impl with parameters of type MessageAnnotations 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)
-