Package org.exolab.castor.util

Examples of org.exolab.castor.util.LocalConfiguration


    public XMLMappingLoader( ClassLoader loader, PrintWriter logWriter )
        throws MappingException
    {
        super( loader, logWriter );
       
        LocalConfiguration config = LocalConfiguration.getInstance();
       
        _primitiveNodeType = config.getPrimitiveNodeType();
        _naming            = config.getXMLNaming();

    } //-- XMLMappingLoader
View Full Code Here

TOP

Related Classes of org.exolab.castor.util.LocalConfiguration

Copyright © 2018 www.massapicom. 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.