Uses of Class
org.apache.qpid.proton.amqp.messaging.MessageAnnotations
Packages that use MessageAnnotations
Package
Description
-
Uses of MessageAnnotations in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionstatic Message
Proton.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 MessageAnnotationsModifier and TypeMethodDescriptionMessageAnnotationsType.newInstance
(Object described) FastPathMessageAnnotationsType.readValue()
Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type MessageAnnotationsModifier and TypeMethodDescriptionCollection<? extends TypeEncoding<MessageAnnotations>>
FastPathMessageAnnotationsType.getAllEncodings()
FastPathMessageAnnotationsType.getCanonicalEncoding()
FastPathMessageAnnotationsType.getEncoding
(MessageAnnotations val) FastPathMessageAnnotationsType.getTypeClass()
MessageAnnotationsType.getTypeClass()
Methods in org.apache.qpid.proton.codec.messaging with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionFastPathMessageAnnotationsType.getEncoding
(MessageAnnotations val) protected Map
MessageAnnotationsType.wrap
(MessageAnnotations val) void
FastPathMessageAnnotationsType.write
(MessageAnnotations val) -
Uses of MessageAnnotations in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return MessageAnnotationsMethods in org.apache.qpid.proton.message with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionstatic Message
Message.Factory.create
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) void
Message.setMessageAnnotations
(MessageAnnotations messageAnnotations) -
Uses of MessageAnnotations in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return MessageAnnotationsMethods in org.apache.qpid.proton.message.impl with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionvoid
MessageImpl.setMessageAnnotations
(MessageAnnotations messageAnnotations) Constructors in org.apache.qpid.proton.message.impl with parameters of type MessageAnnotationsModifierConstructorDescriptionMessageImpl
(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)