public class AMQPEncodedMapMessage extends JMSMapMessage
Modifier and Type | Field and Description |
---|---|
static String |
MIME_TYPE |
Constructor and Description |
---|
AMQPEncodedMapMessage(AMQMessageDelegateFactory delegateFactory) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getData() |
Map<String,Object> |
getMap() |
protected String |
getMimeType() |
protected void |
populateMapFromData(ByteBuffer data) |
void |
setObject(String propName,
Object value) |
checkPropertyName, clearBody, getBoolean, getByte, getBytes, getChar, getDouble, getFloat, getInt, getLong, getMapNames, getObject, getShort, getString, itemExists, setBoolean, setByte, setBytes, setBytes, setChar, setDouble, setFloat, setInt, setLong, setMap, setShort, setString, toBodyString
acknowledge, acknowledgeThis, checkWritable, clearProperties, getAMQSession, getBooleanProperty, getByteProperty, getContentType, getDelegate, getDeliveryTag, getDoubleProperty, getEncoding, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getReplyToString, getShortProperty, getStringProperty, prepareForSending, propertyExists, removeProperty, setAMQSession, setBooleanProperty, setByteProperty, setContentType, setDoubleProperty, setEncoding, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setReceivedFromServer, setShortProperty, setStringProperty, toHeaderString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acknowledge, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
public static final String MIME_TYPE
public AMQPEncodedMapMessage(AMQMessageDelegateFactory delegateFactory) throws javax.jms.JMSException
javax.jms.JMSException
protected String getMimeType()
getMimeType
in class JMSMapMessage
public void setObject(String propName, Object value) throws javax.jms.JMSException
setObject
in interface javax.jms.MapMessage
setObject
in class JMSMapMessage
javax.jms.JMSException
public ByteBuffer getData()
getData
in class JMSMapMessage
protected void populateMapFromData(ByteBuffer data) throws javax.jms.JMSException
populateMapFromData
in class JMSMapMessage
javax.jms.JMSException
public Map<String,Object> getMap()
getMap
in class JMSMapMessage
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.