Uses of Class
org.apache.qpid.proton.amqp.messaging.Properties
-
Packages that use Properties Package Description org.apache.qpid.proton org.apache.qpid.proton.amqp.messaging org.apache.qpid.proton.codec.messaging org.apache.qpid.proton.message org.apache.qpid.proton.message.impl -
-
Uses of Properties in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type Properties Modifier and Type Method Description static 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 Constructor Description Properties(Properties other) -
Uses of Properties in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return Properties Modifier and Type Method Description PropertiesPropertiesType. newInstance(java.lang.Object described)PropertiesFastPathPropertiesType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type Properties Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Properties>>FastPathPropertiesType. getAllEncodings()TypeEncoding<Properties>FastPathPropertiesType. getCanonicalEncoding()TypeEncoding<Properties>FastPathPropertiesType. getEncoding(Properties properties)java.lang.Class<Properties>FastPathPropertiesType. getTypeClass()java.lang.Class<Properties>PropertiesType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type Properties Modifier and Type Method Description TypeEncoding<Properties>FastPathPropertiesType. getEncoding(Properties properties)protected java.util.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 Properties Modifier and Type Method Description PropertiesMessage. getProperties()Methods in org.apache.qpid.proton.message with parameters of type Properties Modifier and Type Method Description static 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 Properties Modifier and Type Method Description PropertiesMessageImpl. getProperties()Methods in org.apache.qpid.proton.message.impl with parameters of type Properties Modifier and Type Method Description voidMessageImpl. setProperties(Properties properties)Constructors in org.apache.qpid.proton.message.impl with parameters of type Properties 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)
-