Class SDOXMLHelperDelegator

  • All Implemented Interfaces:
    commonj.sdo.helper.XMLHelper, SDOXMLHelper

    public class SDOXMLHelperDelegator
    extends AbstractHelperDelegator
    implements SDOXMLHelper

    Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.

    Responsibilities:

    • Finds the appropriate SDOXMLHelperDelegate for the classLoader/application name and delegates work to that
    • Load methods create commonj.sdo.XMLDocument objects from XML (unmarshal)
    • Save methods create XML from commonj.sdo.XMLDocument and commonj.sdo.DataObject objects (marshal)