Uses of Class
jpos.config.simple.AbstractRegPopulator

Packages that use AbstractRegPopulator
jpos.config.simple   
jpos.config.simple.xml   
 

Uses of AbstractRegPopulator in jpos.config.simple
 

Subclasses of AbstractRegPopulator in jpos.config.simple
 class SimpleRegPopulator
          Simple implementation of the JposRegPopulator loading and saving from a serialized set of entries 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
 

Uses of AbstractRegPopulator in jpos.config.simple.xml
 

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
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details