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