Class CoreObjectMessageWrapper
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMessageWrapper
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreObjectMessageWrapper
-
Field Summary
FieldsFields inherited from class CoreMessageWrapper
message -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.qpid.proton.amqp.messaging.SectioncreateAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol, Object> maMap, org.apache.qpid.proton.amqp.messaging.Properties properties) voiddecode()voidencode()Encode the body into the internal messageorg.apache.qpid.proton.amqp.BinaryvoidsetSerializedForm(org.apache.qpid.proton.amqp.Binary payload) Methods inherited from class CoreMessageWrapper
clearBody, clearProperties, getBooleanProperty, getByteProperty, getDestination, getDoubleProperty, getExpiration, getFloatProperty, getInnerMessage, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSMessageID, getJMSPriority, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getOrignalEncoding, getPropertyNames, getReadBodyBuffer, getShortProperty, getStringProperty, getWriteBodyBuffer, propertyExists, setBooleanProperty, setByteProperty, setDeliveryMode, setDestination, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, wrap
-
Field Details
-
TYPE
public static final byte TYPE- See Also:
-
-
Constructor Details
-
CoreObjectMessageWrapper
-
-
Method Details
-
createAMQPSection
public 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) throws ConversionException - Overrides:
createAMQPSectionin classCoreMessageWrapper- Throws:
ConversionException
-
setSerializedForm
public void setSerializedForm(org.apache.qpid.proton.amqp.Binary payload) -
getSerializedForm
public org.apache.qpid.proton.amqp.Binary getSerializedForm() -
encode
public void encode()Description copied from class:CoreMessageWrapperEncode the body into the internal message- Overrides:
encodein classCoreMessageWrapper
-
decode
public void decode()- Overrides:
decodein classCoreMessageWrapper
-