getString

 

public String getString(String name) throws JMSException;

Gets the String value of the named key.

Parameters

  • name - the name of the key

Returns

  • the String value.

Exceptions

  • JMSException - if JMS fails to read the message due to an internal error.

  • MessageFormatException - if this type conversion is not valid.


uj26260_