Uses of Class
org.apache.qpid.proton.amqp.messaging.Properties
Packages that use Properties
Package
Description
-
Uses of Properties in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type PropertiesModifier and TypeMethodDescriptionstatic MessageProton.message(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of Properties in org.apache.qpid.proton.amqp.messaging
Constructors in org.apache.qpid.proton.amqp.messaging with parameters of type Properties -
Uses of Properties in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return PropertiesModifier and TypeMethodDescriptionPropertiesType.newInstance(Object described) FastPathPropertiesType.readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type PropertiesModifier and TypeMethodDescriptionCollection<? extends TypeEncoding<Properties>>FastPathPropertiesType.getAllEncodings()FastPathPropertiesType.getCanonicalEncoding()FastPathPropertiesType.getEncoding(Properties properties) FastPathPropertiesType.getTypeClass()PropertiesType.getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type PropertiesModifier and TypeMethodDescriptionFastPathPropertiesType.getEncoding(Properties properties) protected ListPropertiesType.wrap(Properties val) voidFastPathPropertiesType.write(Properties value) -
Uses of Properties in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return PropertiesMethods in org.apache.qpid.proton.message with parameters of type PropertiesModifier and TypeMethodDescriptionstatic MessageMessage.Factory.create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) voidMessage.setProperties(Properties properties) -
Uses of Properties in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return PropertiesMethods in org.apache.qpid.proton.message.impl with parameters of type PropertiesConstructors in org.apache.qpid.proton.message.impl with parameters of type PropertiesModifierConstructorDescriptionMessageImpl(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)