Package org.geotools.ows.wms.response
Class WMSGetCapabilitiesResponse
Object
Response
GetCapabilitiesResponse
WMSGetCapabilitiesResponse
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
ConstructorsConstructorDescriptionWMSGetCapabilitiesResponse
(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 Details
-
WMSGetCapabilitiesResponse
- Throws:
ServiceException
IOException
-
WMSGetCapabilitiesResponse
public WMSGetCapabilitiesResponse(HTTPResponse response, Map<String, Object> hints) throws ServiceException, IOException- Throws:
ServiceException
IOException
-