Class CoreObjectMessageWrapper
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMessageWrapper
-
- org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreObjectMessageWrapper
-
public class CoreObjectMessageWrapper extends CoreMessageWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static byteTYPE-
Fields inherited from class org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMessageWrapper
message
-
-
Constructor Summary
Constructors Constructor Description CoreObjectMessageWrapper(org.apache.activemq.artemis.api.core.ICoreMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.qpid.proton.amqp.messaging.SectioncreateAMQPSection(java.util.Map<org.apache.qpid.proton.amqp.Symbol,java.lang.Object> maMap, org.apache.qpid.proton.amqp.messaging.Properties properties)voiddecode()voidencode()Encode the body into the internal messageorg.apache.qpid.proton.amqp.BinarygetSerializedForm()voidsetSerializedForm(org.apache.qpid.proton.amqp.Binary payload)-
Methods inherited from class org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.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 Detail
-
TYPE
public static final byte TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAMQPSection
public org.apache.qpid.proton.amqp.messaging.Section createAMQPSection(java.util.Map<org.apache.qpid.proton.amqp.Symbol,java.lang.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
-
-