com.ibm.commerce.payments.plugincontroller.parsers.plugin

Class PluginFactory

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.plugin.PluginFactory


  • public class PluginFactory
    extends java.lang.Object
    This class provides convenience methods for creating Java beans for elements in this XML document.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PluginFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Plugin loadDocument(java.lang.String filename)
      This method creates the Java bean Plugin by loading the XML file.
      MerchantConfInfoProperties loadPluginProperties(java.lang.String fileName)
      This method loads the merchant configuration information properties from the given file.
      • Methods inherited from class java.lang.Object

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

      • PluginFactory

        public PluginFactory()
    • Method Detail

      • loadDocument

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

        public MerchantConfInfoProperties loadPluginProperties(java.lang.String fileName)
        This method loads the merchant configuration information properties from the given file.
        Parameters:
        fileName - The file that stores the merchant configuration properties.
        Returns:
        The merchant configuration information properties.