| Package | Description |
|---|---|
| org.apache.qpid.proton | |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryAnnotations |
DeliveryAnnotationsType.newInstance(Object described) |
DeliveryAnnotations |
FastPathDeliveryAnnotationsType.readValue() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TypeEncoding<DeliveryAnnotations>> |
FastPathDeliveryAnnotationsType.getAllEncodings() |
TypeEncoding<DeliveryAnnotations> |
FastPathDeliveryAnnotationsType.getCanonicalEncoding() |
TypeEncoding<DeliveryAnnotations> |
FastPathDeliveryAnnotationsType.getEncoding(DeliveryAnnotations val) |
Class<DeliveryAnnotations> |
FastPathDeliveryAnnotationsType.getTypeClass() |
Class<DeliveryAnnotations> |
DeliveryAnnotationsType.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
TypeEncoding<DeliveryAnnotations> |
FastPathDeliveryAnnotationsType.getEncoding(DeliveryAnnotations val) |
protected Map |
DeliveryAnnotationsType.wrap(DeliveryAnnotations val) |
void |
FastPathDeliveryAnnotationsType.write(DeliveryAnnotations val) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryAnnotations |
Message.getDeliveryAnnotations() |
| 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.setDeliveryAnnotations(DeliveryAnnotations deliveryAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryAnnotations |
MessageImpl.getDeliveryAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setDeliveryAnnotations(DeliveryAnnotations deliveryAnnotations) |
| 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 © 2020 The Apache Software Foundation. All rights reserved.