Package fr.norsys.mapper.xml

Examples of fr.norsys.mapper.xml.XMLConfigurator.configure()


    this.mgr = new MapperManager();
    // parse XML configuration file
    xc.parse(Thread.currentThread().getContextClassLoader()
        .getResourceAsStream("jndi-sample.xml"));
    // configure manager
    xc.configure(this.mgr);
    this.mgr.set("ldifsource", "canam-personnes-sample.ldif");
    this.mgr.setConfigured();
    this.mgr.start();
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.