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