|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.apache.qpid.proton | |
| org.apache.qpid.proton.message | |
| org.apache.qpid.proton.messenger | |
| Uses of Message in org.apache.qpid.proton |
|---|
| Methods in org.apache.qpid.proton that return Message | |
|---|---|
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)
|
| Uses of Message in org.apache.qpid.proton.message |
|---|
| Methods in org.apache.qpid.proton.message that return Message | |
|---|---|
Message |
MessageFactory.createMessage()
|
Message |
MessageFactory.createMessage(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer)
|
| Uses of Message in org.apache.qpid.proton.messenger |
|---|
| Methods in org.apache.qpid.proton.messenger that return Message | |
|---|---|
Message |
Messenger.get()
Returns the message from the head of the incoming message queue. |
| Methods in org.apache.qpid.proton.messenger with parameters of type Message | |
|---|---|
void |
Messenger.put(Message message)
Places the content contained in the message onto the outgoing queue of the Messenger. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||