WebLogic Messaging API Class Library

IMapMessage.GetByte�Method�

Returns the byte value with the specified name.

sbyte�GetByte(
���stringname
);

Parameters

name
the name of the byte

Return Value

the sbyte value with the specified name

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace