Package org.apache.rahas.impl.util

Examples of org.apache.rahas.impl.util.AxiomParserPool.initialize()


    protected static void initializeParserPool() throws ConfigurationException {

        AxiomParserPool pp = new AxiomParserPool();
        pp.setMaxPoolSize(50);
        try {
            pp.initialize();
        } catch (XMLParserException e) {
            throw new ConfigurationException("Error initializing axiom based parser pool", e);
        }
        Configuration.setParserPool(pp);
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.