public final class EmptyMessageImpl extends AbstractMessage
Implementation of an empty Message (message without body)
bodyIsReadOnly| Constructor and Description |
|---|
EmptyMessageImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearBody() |
AbstractMessage |
copy()
Create an independant copy of this message
|
protected byte |
getType()
Get the type value for this message
|
protected void |
serializeBodyTo(RawDataBuffer out) |
protected void |
unserializeBodyFrom(RawDataBuffer in) |
acknowledge, assertDeserializationLevel, clearProperties, copyCommonFields, ensureDeserializationLevel, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getRawMessage, getSession, getShortProperty, getStringProperty, initializeFromRaw, isInternalCopy, markAsReadOnly, propertyExists, readMapFrom, serializeTo, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setInternalCopy, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setSession, setShortProperty, setStringProperty, toString, writeMapToprotected byte getType()
AbstractMessagegetType in class AbstractMessagepublic void clearBody()
protected void serializeBodyTo(RawDataBuffer out)
serializeBodyTo in class AbstractMessageprotected void unserializeBodyFrom(RawDataBuffer in)
unserializeBodyFrom in class AbstractMessagepublic AbstractMessage copy()
AbstractMessagecopy in class AbstractMessageCopyright © 2019. All rights reserved.