| Package | Description |
|---|---|
| org.apache.qpid.proton | |
| org.apache.qpid.proton.amqp.messaging | |
| org.apache.qpid.proton.message |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Proton.message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
static Message |
Proton.message(ProtonFactory.ImplementationType implementation,
Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpSequence |
class |
AmqpValue |
class |
ApplicationProperties |
class |
Data |
class |
DeliveryAnnotations |
class |
Footer |
class |
Header |
class |
MessageAnnotations |
class |
Properties |
| Modifier and Type | Method and Description |
|---|---|
Section |
Message.getBody() |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageFactory.createMessage(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
void |
Message.setBody(Section body) |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.