| 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 |
|---|---|
Header |
HeaderType.newInstance(java.lang.Object described) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Header> |
HeaderType.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List |
HeaderType.wrap(Header val) |
| Constructor and Description |
|---|
HeaderType.HeaderWrapper(Header impl) |
| Modifier and Type | Method and Description |
|---|---|
Header |
Message.getHeader() |
| 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.setHeader(Header header) |
| Modifier and Type | Method and Description |
|---|---|
Header |
MessageImpl.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setHeader(Header header) |
| Constructor and Description |
|---|
MessageImpl(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer)
Deprecated.
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use a
MessageFactory instead |
Copyright © 2014 FuseSource, Corp.. All Rights Reserved.