| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Proton.message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
| Constructor and Description |
|---|
Properties(Properties other) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
PropertiesType.newInstance(Object described) |
Properties |
FastPathPropertiesType.readValue() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TypeEncoding<Properties>> |
FastPathPropertiesType.getAllEncodings() |
TypeEncoding<Properties> |
FastPathPropertiesType.getCanonicalEncoding() |
TypeEncoding<Properties> |
FastPathPropertiesType.getEncoding(Properties properties) |
Class<Properties> |
FastPathPropertiesType.getTypeClass() |
Class<Properties> |
PropertiesType.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
TypeEncoding<Properties> |
FastPathPropertiesType.getEncoding(Properties properties) |
protected List |
PropertiesType.wrap(Properties val) |
void |
FastPathPropertiesType.write(Properties value) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Message.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.Factory.create(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
void |
Message.setProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
MessageImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setProperties(Properties properties) |
| Constructor and Description |
|---|
MessageImpl(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer)
Application code should instead use
Message.Factory.create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.