Package org.fao.geonet.kernel.oaipmh

Examples of org.fao.geonet.kernel.oaipmh.OaiPmhDispatcher


        //------------------------------------------------------------------------
        //--- initialize catalogue services for the web

        logger.info("  - Open Archive Initiative (OAI-PMH) server...");

        OaiPmhDispatcher oaipmhDis = new OaiPmhDispatcher(settingMan, schemaMan);


        GeonetContext gnContext = new GeonetContext(_applicationContext, false, statusActionsClass, threadPool);

        //------------------------------------------------------------------------
View Full Code Here

TOP

Related Classes of org.fao.geonet.kernel.oaipmh.OaiPmhDispatcher

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.