public class PluginFactory
extends java.lang.Object
Constructor and Description |
---|
PluginFactory() |
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.
|
public Plugin loadDocument(java.lang.String filename)
filename
- The XML file name.public MerchantConfInfoProperties loadPluginProperties(java.lang.String fileName)
fileName
- The file that stores the merchant configuration properties.