WebLogic Messaging API Class Library

IMapMessage. Method 

NOTE: This method is now obsolete.

Method will be removed soon. You can use unchecked((byte)GetByte(name)) instead


Returns the byte value with the specified name.

byte (
   String name
);

Parameters

String
the name of the byte

Return Value

the byte value with the specified name

Exceptions

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

See Also

IMapMessage Interface | WebLogic.Messaging Namespace