Subclasses of AbstractRegPopulator in jpos.config.simple.xml |
class |
SimpleXmlRegPopulator
Simple implementation of the JposRegPopulator that loads and saves the entries
in XML using the "jpos/res/jcl.dtd" DTD and the XML4J (Xerces) API
NOTE: this class must define a public no-argument ctor so that it may be created
via reflection when its defined in the jpos.properties as
the jpos.config.regPopulatorClass |
class |
XercesRegPopulator
Simple implementation of the JposRegPopulator that loads and saves the entries
in XML using the "jpos/res/jcl.dtd" DTD and the XML4J (Xerces) API
NOTE: this class must define a public no-argument ctor so that it may be created
via reflection when its defined in the jpos.properties as
the jpos.config.regPopulatorClass |