clearBody
public void clearBody()
throws JMSException
API method.
- clearBody in interface Message
getBoolean
public boolean getBoolean(String name)
throws JMSException
API method.
getByte
public byte getByte(String name)
throws JMSException
API method.
getBytes
public byte[] getBytes(String name)
throws JMSException
API method.
getChar
public char getChar(String name)
throws JMSException
API method.
getDouble
public double getDouble(String name)
throws JMSException
API method.
getFloat
public float getFloat(String name)
throws JMSException
API method.
getInt
public int getInt(String name)
throws JMSException
API method.
getLong
public long getLong(String name)
throws JMSException
API method.
getMapNames
public Enumeration getMapNames()
throws JMSException
API method.
getObject
public Object getObject(String name)
throws JMSException
API method.
getShort
public short getShort(String name)
throws JMSException
API method.
getString
public String getString(String name)
throws JMSException
API method.
itemExists
public boolean itemExists(String name)
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
setBoolean
public void setBoolean(String name,
boolean value)
throws JMSException
API method.
setByte
public void setByte(String name,
byte value)
throws JMSException
API method.
setBytes
public void setBytes(String name,
byte[] value)
throws JMSException
API method.
setBytes
public void setBytes(String name,
byte[] value,
int offset,
int length)
throws JMSException
API method.
setChar
public void setChar(String name,
char value)
throws JMSException
API method.
setDouble
public void setDouble(String name,
double value)
throws JMSException
API method.
setFloat
public void setFloat(String name,
float value)
throws JMSException
API method.
setInt
public void setInt(String name,
int value)
throws JMSException
API method.
setLong
public void setLong(String name,
long value)
throws JMSException
API method.
setObject
public void setObject(String name,
Object value)
throws JMSException
API method.
setShort
public void setShort(String name,
short value)
throws JMSException
API method.
setString
public void setString(String name,
String value)
throws JMSException
API method.