java.lang.Object
org.mom4j.jms.MessageImpl
org.mom4j.jms.TextMessageImpl
- All Implemented Interfaces:
- javax.jms.Message, java.io.Serializable, javax.jms.TextMessage
- public class TextMessageImpl
- extends MessageImpl
- implements javax.jms.TextMessage
| Methods inherited from class org.mom4j.jms.MessageImpl |
acknowledge, clearProperties, getBooleanProperty, getByteProperty, getDestination, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPriority, getProperties, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setProperties, setReceivingSession, setShortProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.Message |
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 |
text
private java.lang.String text
TextMessageImpl
public TextMessageImpl()
TextMessageImpl
public TextMessageImpl(java.lang.String text)
getText
public java.lang.String getText()
throws javax.jms.JMSException
- Specified by:
getText in interface javax.jms.TextMessage
setText
public void setText(java.lang.String str)
throws javax.jms.JMSException
- Specified by:
setText in interface javax.jms.TextMessage
clearBody
public void clearBody()
throws javax.jms.JMSException
- Specified by:
clearBody in interface javax.jms.Message- Specified by:
clearBody in class MessageImpl