com.ibm.commerce.payments.plugincontroller.parsers.controller

Class MapperFactory

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.controller.MapperFactory


  • public class MapperFactory
    extends java.lang.Object
    This class provides convenience methods for creating Java beans for elements in this XML document. The corresponding XML file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MapperFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Mapper loadDocument(java.lang.String filename)
      This method creates the Java bean mapper by loading the XML file.
      • Methods inherited from class java.lang.Object

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

      • MapperFactory

        public MapperFactory()
    • Method Detail

      • loadDocument

        public Mapper loadDocument(java.lang.String filename)
        This method creates the Java bean mapper by loading the XML file.
        Parameters:
        filename - The XML file name.
        Returns:
        The Java bean representing the root element.