public class OutputRecord
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteData()
Call this to get a byte array that contains the data represented by the record
|
com.ibm.broker.plugin.MbElement |
getDataLocation()
Call this to get a MbElement that represents the record
|
java.lang.String |
getUTF8Data()
Call this to get a UTF8 string that contains the data represented by the record
|
public byte[] getByteData() throws com.ibm.broker.plugin.MbException
MessagingProviderException
com.ibm.broker.plugin.MbException
public java.lang.String getUTF8Data() throws com.ibm.broker.plugin.MbException
MessagingProviderException
com.ibm.broker.plugin.MbException
public com.ibm.broker.plugin.MbElement getDataLocation() throws com.ibm.broker.plugin.MbException
MessagingProviderException
com.ibm.broker.plugin.MbException