WebLogic Messaging API Class Library

IMapMessage.GetString\xA0Method\xA0

Returns the String value with the specified name.

string\xA0GetString(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the String

Return Value

the String value with the specified name; if there is no item by this name, a null value is returned

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