| |
|
| java.lang.Object org.mockejb.jms.MessageImpl org.mockejb.jms.TextMessageImpl
TextMessageImpl | public class TextMessageImpl extends MessageImpl implements TextMessage(Code) | | TextMessage implementation.
author: Dimitar Gospodinov |
TextMessageImpl | public TextMessageImpl(TextMessage msg) throws JMSException(Code) | | Creates new TextMessageImpl initialized
with the text from msg
Parameters: msg - throws: JMSException - |
TextMessageImpl | public TextMessageImpl()(Code) | | Creates empty TextMessage
|
TextMessageImpl | public TextMessageImpl(String text) throws JMSException(Code) | | Creates new TextMessageImpl initialized with
text
Parameters: text - |
clearBody | public void clearBody() throws JMSException(Code) | | See Also: javax.jms.TextMessage.clearBody |
getText | public String getText() throws JMSException(Code) | | See Also: javax.jms.TextMessage.getText |
resetBody | void resetBody() throws JMSException(Code) | | Sets message body in read-only mode.
throws: JMSException - |
setText | public void setText(String text) throws JMSException(Code) | | See Also: javax.jms.TextMessage.setText(java.lang.String) |
|
|
|