All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
clearBody() |
void |
clearProperties() |
org.apache.qpid.proton.amqp.messaging.Section |
createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap,
org.apache.qpid.proton.amqp.messaging.Properties properties) |
void |
decode() |
void |
encode()
Encode the body into the internal message
|
boolean |
getBooleanProperty(String name) |
byte |
getByteProperty(String name) |
SimpleString |
getDestination() |
double |
getDoubleProperty(String name) |
long |
getExpiration() |
float |
getFloatProperty(String name) |
ICoreMessage |
getInnerMessage() |
int |
getIntProperty(String name) |
String |
getJMSCorrelationID() |
byte[] |
getJMSCorrelationIDAsBytes() |
int |
getJMSDeliveryMode() |
String |
getJMSMessageID() |
int |
getJMSPriority() |
SimpleString |
getJMSReplyTo() |
long |
getJMSTimestamp() |
String |
getJMSType() |
long |
getLongProperty(String name) |
Object |
getObjectProperty(String name) |
protected short |
getOrignalEncoding() |
Enumeration |
getPropertyNames() |
protected ActiveMQBuffer |
getReadBodyBuffer()
When reading we use a protected copy so multi-threads can work fine
|
short |
getShortProperty(String name) |
String |
getStringProperty(String name) |
protected ActiveMQBuffer |
getWriteBodyBuffer()
When writing on the conversion we use the buffer directly
|
boolean |
propertyExists(String name) |
void |
setBooleanProperty(String name,
boolean value) |
void |
setByteProperty(String name,
byte value) |
void |
setDeliveryMode(int deliveryMode) |
void |
setDestination(String destination) |
void |
setDoubleProperty(String name,
double value) |
void |
setFloatProperty(String name,
float value) |
void |
setIntProperty(String name,
int value) |
void |
setJMSCorrelationID(String correlationID) |
void |
setJMSCorrelationIDAsBytes(byte[] correlationID) |
void |
setJMSExpiration(long expiration) |
void |
setJMSMessageID(String id) |
void |
setJMSPriority(int priority) |
void |
setJMSReplyTo(String replyTo) |
void |
setJMSTimestamp(long timestamp) |
void |
setJMSType(String type) |
void |
setLongProperty(String name,
long value) |
void |
setObjectProperty(String name,
Object value) |
void |
setShortProperty(String name,
short value) |
void |
setStringProperty(String name,
String value) |
static CoreMessageWrapper |
wrap(ICoreMessage wrapped) |