Uses of Interface
jpos.config.simple.xml.XmlRegPopulator

Packages that use XmlRegPopulator
jpos.config.simple.xml   
 

Uses of XmlRegPopulator in jpos.config.simple.xml
 

Classes in jpos.config.simple.xml that implement XmlRegPopulator
 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