com.ibm.commerce.marketing.promotion.xml

Interface XMLizable

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void fromXML(org.w3c.dom.Node anXMLNode)
      Transforms the XML node into its corresponding real Object.
      java.lang.String toXML()
      Converts the object into its corresponding XML format representation.
    • Method Detail

      • toXML

        java.lang.String toXML()
                        throws XMLizationException
        Converts the object into its corresponding XML format representation.
        Returns:
        The string format of the XML that represents this XMLizable object
        Throws:
        XMLizationException - when this process fails
      • fromXML

        void fromXML(org.w3c.dom.Node anXMLNode)
              throws DeXMLizationException
        Transforms the XML node into its corresponding real Object.
        Parameters:
        anXMLNode - The node that represents an XMLizable object
        Throws:
        DeXMLizationException - when this process fails