com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod

Class PaymentMethodsFactory

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.Factory
      • com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod.PaymentMethodsFactory
  • All Implemented Interfaces:
    java.io.Serializable


    public class PaymentMethodsFactory
    extends com.ibm.etools.xmlschema.beans.Factory
    This class provides convenience methods for creating Java beans for elements in this XML document.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PaymentMethodsFactory()
      This method creates a new PaymentMethodsFactory object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      PaymentMethods loadDocument(java.lang.String filename)
      This methods will load and parse SimpleOfflinePlugin.xml.
      • Methods inherited from class com.ibm.etools.xmlschema.beans.Factory

        addImportedFileInfo, createDOMElementFromComplexType, createDOMElementFromSimpleType, createRootDOMFromComplexType, createRootDOMFromSimpleType, getDocument, getDTDFileName, getEncoding, getEncodingTag, getNamespaceURI, getPackageName, getPrefix, getPublicId, getSystemId, getXMLFilename, getXSDFileName, isAttributeQualified, isElementQualified, loadDocument, loadDocument, loadDocument, save, save, save, setAttributeQualified, setDTDFileName, setElementQualified, setEncoding, setEncodingTag, setNamespaceURI, setPackageName, setPrefix, setPublicId, setSystemId, setXMLFilename, setXSDFileName
      • Methods inherited from class java.lang.Object

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

      • PaymentMethodsFactory

        public PaymentMethodsFactory()
        This method creates a new PaymentMethodsFactory object.
    • Method Detail

      • loadDocument

        public PaymentMethods loadDocument(java.lang.String filename)
                                    throws java.lang.Exception
        This methods will load and parse SimpleOfflinePlugin.xml.
        Parameters:
        filename - The file name of the XML file.
        Returns:
        PaymentMethods The object that represents Payment Methods in XML file.
        Throws:
        java.lang.Exception - Thrown when load document.