Package org.geoserver.csw.kvp

Examples of org.geoserver.csw.kvp.GetRepositoryItemKvpRequestReader


    }

    private GetRepositoryItemType getRequest(Map<String, String> rawKvp, Map<String, Object> kvp)
            throws Exception {

        GetRepositoryItemKvpRequestReader reader = new GetRepositoryItemKvpRequestReader(csw);
        GetRepositoryItemType req = (GetRepositoryItemType) reader.createRequest();
        return (GetRepositoryItemType) reader.read(req, kvp, rawKvp);
    }
View Full Code Here

TOP

Related Classes of org.geoserver.csw.kvp.GetRepositoryItemKvpRequestReader

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.