clearBody
public void clearBody()
throws JMSException
API method.
- clearBody in interface Message
getBodyLength
public long getBodyLength()
throws JMSException
API method.
prepare
protected void prepare()
throws Exception
Method actually preparing the message for sending by transfering the
local body into the wrapped MOM message.
- prepare in interface Message
readBoolean
public boolean readBoolean()
throws JMSException
API method.
readByte
public byte readByte()
throws JMSException
API method.
readBytes
public int readBytes(byte[] value)
throws JMSException
API method.
readBytes
public int readBytes(byte[] value,
int length)
throws JMSException
API method.
readChar
public char readChar()
throws JMSException
API method.
readDouble
public double readDouble()
throws JMSException
API method.
readFloat
public float readFloat()
throws JMSException
API method.
readInt
public int readInt()
throws JMSException
API method.
readLong
public long readLong()
throws JMSException
API method.
readShort
public short readShort()
throws JMSException
API method.
readUTF
public String readUTF()
throws JMSException
API method.
readUnsignedByte
public int readUnsignedByte()
throws JMSException
API method.
readUnsignedShort
public int readUnsignedShort()
throws JMSException
API method.
reset
public void reset()
throws JMSException
API method.
writeBoolean
public void writeBoolean(boolean value)
throws JMSException
API method.
writeByte
public void writeByte(byte value)
throws JMSException
API method.
writeBytes
public void writeBytes(byte[] value)
throws JMSException
API method.
writeBytes
public void writeBytes(byte[] value,
int offset,
int length)
throws JMSException
API method.
writeChar
public void writeChar(char value)
throws JMSException
API method.
writeDouble
public void writeDouble(double value)
throws JMSException
API method.
writeFloat
public void writeFloat(float value)
throws JMSException
API method.
writeInt
public void writeInt(int value)
throws JMSException
API method.
writeLong
public void writeLong(long value)
throws JMSException
API method.
writeObject
public void writeObject(Object value)
throws JMSException
API method.
writeShort
public void writeShort(short value)
throws JMSException
API method.
writeUTF
public void writeUTF(String value)
throws JMSException
API method.