86878889909192
protected void initService() { setProperty("SERVICE", "WMS"); } public Response createResponse(HTTPResponse httpResponse) throws ServiceException, IOException { return new WMSGetCapabilitiesResponse(httpResponse); }
229230231232233234235
return WMS1_0_0.processKey(key); } public Response createResponse(HTTPResponse httpResponse) throws ServiceException, IOException { return new WMSGetCapabilitiesResponse(httpResponse); }