(String string)
| 32 | } |
| 33 | |
| 34 | public void setText(String string) throws JMSException { |
| 35 | getBodyState().checkWritable(); |
| 36 | payload.theBody.theTextBody(string); |
| 37 | } |
| 38 | |
| 39 | public String getText() throws JMSException { |
| 40 | return payload.theBody.theTextBody(); |