com.ibm.commerce.foundation.services.invocation

Class AbstractSDOInvocationServiceObjectImpl

  • java.lang.Object
    • com.ibm.commerce.foundation.services.invocation.AbstractSDOInvocationServiceObjectImpl
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getDataObject()
      Returns the SDO.
      byte[] getXML()
      Converts the SDO to an XML byte array.
      void setDataObject(java.lang.Object object)
      Sets the SDO.
      void setXML(byte[] data)
      Converts the XML byte array specified to the SDO.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSDOInvocationServiceObjectImpl

        public AbstractSDOInvocationServiceObjectImpl()
        Default constructor.
    • Method Detail

      • getDataObject

        public java.lang.Object getDataObject()
        Returns the SDO.
        Specified by:
        getDataObject in interface com.ibm.commerce.foundation.services.invocation.InvocationServiceObject
        Returns:
        the SDO.
      • setDataObject

        public void setDataObject(java.lang.Object object)
        Sets the SDO.
        Specified by:
        setDataObject in interface com.ibm.commerce.foundation.services.invocation.InvocationServiceObject
        Parameters:
        object - the SDO.
      • getXML

        public byte[] getXML()
        Converts the SDO to an XML byte array.
        Specified by:
        getXML in interface com.ibm.commerce.foundation.services.invocation.InvocationServiceObject
        Returns:
        the XML byte array.
      • setXML

        public void setXML(byte[] data)
        Converts the XML byte array specified to the SDO.
        Specified by:
        setXML in interface com.ibm.commerce.foundation.services.invocation.InvocationServiceObject
        Parameters:
        data - the XML byte array.