Package org.fao.geonet.services.metadata

Examples of org.fao.geonet.services.metadata.Show


    @Override
    public void init(String appPath, ServiceConfig params) throws Exception {
        super.init(appPath, params);

        showService = new Show();
        showService.init(appPath, params);
    }
View Full Code Here

TOP

Related Classes of org.fao.geonet.services.metadata.Show

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.