Package de.caluga.morphium.messaging.jms
Class JMSTextMessage
- java.lang.Object
-
- de.caluga.morphium.messaging.Msg
-
- de.caluga.morphium.messaging.jms.JMSMessage
-
- de.caluga.morphium.messaging.jms.JMSTextMessage
-
- All Implemented Interfaces:
javax.jms.Message,javax.jms.TextMessage
public class JMSTextMessage extends JMSMessage implements javax.jms.TextMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.caluga.morphium.messaging.Msg
Msg.Fields
-
-
Constructor Summary
Constructors Constructor Description JMSTextMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()voidsetText(String string)-
Methods inherited from class de.caluga.morphium.messaging.jms.JMSMessage
acknowledge, clearBody, clearProperties, getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, isBodyAssignableTo, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
-
Methods inherited from class de.caluga.morphium.messaging.Msg
addAdditional, addProcessedId, addRecipient, addValue, createAnswerMsg, equals, getAdditional, getDeleteAt, getInAnswerTo, getLocked, getLockedBy, getMapValue, getMsg, getMsgId, getName, getPriority, getProcessedBy, getRecipients, getSender, getSenderHost, getTimestamp, getTo, getTtl, getValue, hashCode, isAnswer, isExclusive, preStore, removeAdditional, removeRecipient, removeValue, sendAnswer, setAdditional, setDeleteAt, setExclusive, setInAnswerTo, setLocked, setLockedBy, setMapValue, setMsg, setMsgId, setName, setPriority, setProcessedBy, setRecipient, setRecipients, setSender, setSenderHost, setTimestamp, setTo, setTtl, setValue, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.jms.Message
acknowledge, clearBody, clearProperties, getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, isBodyAssignableTo, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
-
-
-
-
Method Detail
-
getText
public String getText() throws javax.jms.JMSException
- Specified by:
getTextin interfacejavax.jms.TextMessage- Throws:
javax.jms.JMSException
-
setText
public void setText(String string) throws javax.jms.JMSException
- Specified by:
setTextin interfacejavax.jms.TextMessage- Throws:
javax.jms.JMSException
-
-