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
-
Nested Class Summary
Nested classes/interfaces inherited from class de.caluga.morphium.messaging.Msg
Msg.Fields -
Field Summary
Fields inherited from interface javax.jms.Message
DEFAULT_DELIVERY_DELAY, DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE -
Constructor Summary
Constructors -
Method Summary
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, setStringPropertyMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
Constructor Details
-
JMSTextMessage
public JMSTextMessage()
-
-
Method Details
-
getText
- Specified by:
getTextin interfacejavax.jms.TextMessage- Throws:
javax.jms.JMSException
-
setText
- Specified by:
setTextin interfacejavax.jms.TextMessage- Throws:
javax.jms.JMSException
-