public abstract class AbstractBytesTypedMessage extends AbstractJMSMessage
Modifier and Type | Method and Description |
---|---|
protected void |
checkReadable() |
protected void |
checkWritable() |
void |
clearBody() |
abstract void |
reset() |
protected void |
setReadable(boolean readable) |
String |
toBodyString() |
acknowledge, acknowledgeThis, clearProperties, getAMQSession, getBooleanProperty, getByteProperty, getContentType, getData, getDelegate, getDeliveryTag, getDoubleProperty, getEncoding, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getMimeType, 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
protected void checkReadable() throws javax.jms.MessageNotReadableException
javax.jms.MessageNotReadableException
protected void checkWritable() throws javax.jms.MessageNotWriteableException
checkWritable
in class AbstractJMSMessage
javax.jms.MessageNotWriteableException
public void clearBody() throws javax.jms.JMSException
clearBody
in interface javax.jms.Message
clearBody
in class AbstractJMSMessage
javax.jms.JMSException
protected void setReadable(boolean readable)
public String toBodyString() throws javax.jms.JMSException
toBodyString
in class AbstractJMSMessage
javax.jms.JMSException
public abstract void reset()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.