| 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 |
|---|---|
Footer |
FooterType.newInstance(Object described) |
Footer |
FastPathFooterType.readValue() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TypeEncoding<Footer>> |
FastPathFooterType.getAllEncodings() |
TypeEncoding<Footer> |
FastPathFooterType.getCanonicalEncoding() |
TypeEncoding<Footer> |
FastPathFooterType.getEncoding(Footer val) |
Class<Footer> |
FooterType.getTypeClass() |
Class<Footer> |
FastPathFooterType.getTypeClass() |
| Modifier and Type | Method and Description |
|---|---|
TypeEncoding<Footer> |
FastPathFooterType.getEncoding(Footer val) |
protected Map |
FooterType.wrap(Footer val) |
void |
FastPathFooterType.write(Footer val) |
| Modifier and Type | Method and Description |
|---|---|
Footer |
Message.getFooter() |
| 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.setFooter(Footer footer) |
| Modifier and Type | Method and Description |
|---|---|
Footer |
MessageImpl.getFooter() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setFooter(Footer footer) |
| Constructor and Description |
|---|
MessageImpl(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer)
Application code should instead use
Message.Factory.create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.