Package com.webmethods.jms.marshal
Class ReadOnlyTextMessage
- java.lang.Object
-
- com.webmethods.jms.marshal.ReadOnlyMessage
-
- com.webmethods.jms.marshal.ReadOnlyTextMessage
-
- All Implemented Interfaces:
javax.jms.Message
,javax.jms.TextMessage
public class ReadOnlyTextMessage extends ReadOnlyMessage implements javax.jms.TextMessage
-
-
Field Summary
-
Fields inherited from class com.webmethods.jms.marshal.ReadOnlyMessage
_message
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyTextMessage(javax.jms.TextMessage msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
void
setText(java.lang.String s)
-
Methods inherited from class com.webmethods.jms.marshal.ReadOnlyMessage
acknowledge, clearBody, clearProperties, createReadOnlyMessage, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, readOnlyException, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, 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, clearBody, 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
-
-
-
-
Method Detail
-
setText
public void setText(java.lang.String s) throws javax.jms.JMSException
- Specified by:
setText
in interfacejavax.jms.TextMessage
- Throws:
javax.jms.JMSException
-
getText
public java.lang.String getText() throws javax.jms.JMSException
- Specified by:
getText
in interfacejavax.jms.TextMessage
- Throws:
javax.jms.JMSException
-
-