예제 #1
0
 public void writeByte(byte value) throws JMSException {
   ((StreamMessage) message).writeByte(value);
 }