com.ibm.broker.connector

Class RequestRecord

  • java.lang.Object
    • com.ibm.broker.connector.RequestRecord


  • public class RequestRecord
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getByteData

        public byte[] getByteData()
                           throws com.ibm.broker.plugin.MbException
        Call this to get a byte array that contains the data represented by the record
        Returns:
        byte[].
        Throws:
        MessagingProviderException
        com.ibm.broker.plugin.MbException
      • getUTF8Data

        public java.lang.String getUTF8Data()
                                     throws com.ibm.broker.plugin.MbException
        Call this to get a UTF8 string that contains the data represented by the record
        Returns:
        byte[].
        Throws:
        MessagingProviderException
        com.ibm.broker.plugin.MbException
      • getDataLocation

        public com.ibm.broker.plugin.MbElement getDataLocation()
                                                        throws com.ibm.broker.plugin.MbException
        Call this to get a MbElement that represents the record
        Returns:
        byte[].
        Throws:
        MessagingProviderException
        com.ibm.broker.plugin.MbException
IBM Integration BusTM
JavaTM Connector API