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 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 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 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 MessageAnnotationsMethods in org.apache.qpid.proton.message with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionstatic 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 MessageAnnotationsMethods in org.apache.qpid.proton.message.impl with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionvoidMessageImpl.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)