Package org.geotools.data.wfs.internal
Class GetCapabilitiesResponse
Object
Response
GetCapabilitiesResponse
GetCapabilitiesResponse
-
Field Summary
Fields inherited from class Response
httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetCapabilitiesResponse
(HTTPResponse response, EntityResolver entityResolver) -
Method Summary
Modifier and TypeMethodDescriptionReturns the capabilities object parsed during the responseMethods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
Constructor Details
-
GetCapabilitiesResponse
public GetCapabilitiesResponse(HTTPResponse response, EntityResolver entityResolver) throws IOException, ServiceException - Throws:
IOException
ServiceException
-
-
Method Details
-
getCapabilities
Description copied from class:GetCapabilitiesResponse
Returns the capabilities object parsed during the response- Overrides:
getCapabilities
in classGetCapabilitiesResponse
-