| 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 |
|---|---|
MessageAnnotations |
MessageAnnotationsType.newInstance(Object described) |
| Modifier and Type | Method and Description |
|---|---|
Class<MessageAnnotations> |
MessageAnnotationsType.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
MessageAnnotationsType.wrap(MessageAnnotations val) |
| Modifier and Type | Method and Description |
|---|---|
MessageAnnotations |
Message.getMessageAnnotations() |
| 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.setMessageAnnotations(MessageAnnotations messageAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
MessageAnnotations |
MessageImpl.getMessageAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setMessageAnnotations(MessageAnnotations messageAnnotations) |
| 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 © 2017 The Apache Software Foundation. All rights reserved.