getBytes

 

public byte[] getBytes(String name) throws JMSException;

Gets the byte array value of the named key.

Parameters

  • name - the name of the key

Returns

  • the byte array.

Exceptions

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

  • MessageFormatException - if this type conversion is not valid.


uj26170_