(String s, String s1)
| 154 | } |
| 155 | |
| 156 | public void setString(String s, String s1) throws JMSException { |
| 157 | getBodyState().checkWritable(); |
| 158 | mapBody.absorbTheMapBody(); |
| 159 | mapBody.setString(s, s1); |
| 160 | mapBody.updateTheMapBody(); |
| 161 | } |
| 162 | |
| 163 | public void setBytes(String s, byte[] bytes) throws JMSException { |
| 164 | getBodyState().checkWritable(); |