Java CAPS JMS Reference

retrieveBytesFromMessage(arg0)

Description

Returns the byte array corresponding to the message payload, with the encoding as specified by arg0.

Parameters

Name 

Type 

Description 

arg0

java.lang.String

The encoding to use when converting to a byte array. 

Return Value

Returns 

Type 

The byte array corresponding to the message payload, with the specified encoding. 

byte[]

Exceptions