Package | Description |
---|---|
org.apache.qpid.proton | |
org.apache.qpid.proton.amqp.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 | 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 |
---|---|
static Message |
Message.Factory.create(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
void |
Message.setBody(Section body) |
Modifier and Type | Method and Description |
---|---|
Section |
MessageImpl.getBody() |
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.setBody(Section body) |
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 instead use
Message.Factory#create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.