Examples of CswVirtualServiceListResponse


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