| Package | Description |
|---|---|
| org.apache.qpid.proton | |
| org.apache.qpid.proton.message | |
| org.apache.qpid.proton.messenger |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Proton.message() |
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) |
static Message |
Proton.message(ProtonFactory.ImplementationType implementation,
Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageFactory.createMessage() |
Message |
MessageFactory.createMessage(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Messenger.get()
Returns the message from the head of the incoming message
queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Messenger.put(Message message)
Places the content contained in the message onto the outgoing
queue of the Messenger.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.