Package org.fao.geonet.domain.responses

Examples of org.fao.geonet.domain.responses.CswVirtualServiceListResponse


    @RequestMapping(value = "/{lang}/admin.config.virtualcsw.list", produces = {
            MediaType.APPLICATION_XML_VALUE, MediaType.APPLICATION_JSON_VALUE })
    public @ResponseBody
    CswVirtualServiceListResponse exec() throws Exception {
        CswVirtualServiceListResponse cswVirtualList =
                new CswVirtualServiceListResponse(serviceRepository.findAll());

        return cswVirtualList;
    }
View Full Code Here

TOP

Related Classes of org.fao.geonet.domain.responses.CswVirtualServiceListResponse

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.