Package org.geotools.ows.wms.response
Class WMSGetCapabilitiesResponse
- Object
-
- Response
-
- GetCapabilitiesResponse
-
- WMSGetCapabilitiesResponse
-
public class WMSGetCapabilitiesResponse extends GetCapabilitiesResponse
Provides a hook up to parse the capabilties document from inputstream.- Author:
- Richard Gould
-
-
Field Summary
-
Fields inherited from class GetCapabilitiesResponse
capabilities
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description WMSGetCapabilitiesResponse(HTTPResponse response)
WMSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints)
-
Method Summary
-
Methods inherited from class GetCapabilitiesResponse
getCapabilities
-
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
-
-
-
Constructor Detail
-
WMSGetCapabilitiesResponse
public WMSGetCapabilitiesResponse(HTTPResponse response) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
WMSGetCapabilitiesResponse
public WMSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-