Uses of Class
org.geotools.ows.ServiceException

Packages that use ServiceException
org.geotools.data.ows   
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange. 
org.geotools.data.wms.response   
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc. 
 

Uses of ServiceException in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return ServiceException
static ServiceException ServiceExceptionParser.parse(InputStream inputStream)
          Tries to read a ServiceExceptionReport from the input stream, and construct a chain of ServiceExceptions.
protected  ServiceException Response.parseException(InputStream inputStream)
           
 

Methods in org.geotools.data.ows that throw ServiceException
 Response Request.createResponse(HTTPResponse response)
          Each Request must know how to create it's counterpart Response.
protected  Response AbstractOpenWebService.internalIssueRequest(Request request)
          Issues a request to the server and returns that server's response.
 GetCapabilitiesResponse AbstractOpenWebService.issueRequest(GetCapabilitiesRequest request)
           
protected  C AbstractOpenWebService.negotiateVersion()
           Version number negotiation occurs as follows (credit OGC): 1) If the server implements the requested version number, the server shall send that version.
 

Constructors in org.geotools.data.ows that throw ServiceException
AbstractOpenWebService(C capabilties, URL serverURL)
          Deprecated. use #AbstractOpenWebService(OWSConfig, Capabilities)
AbstractOpenWebService(URL serverURL)
          Set up the specifications used and retrieve the Capabilities document given by serverURL.
AbstractOpenWebService(URL serverURL, HTTPClient httpClient, C capabilities)
           
AbstractOpenWebService(URL serverURL, int requestTimeout)
          Deprecated. use #AbstractOpenWebService(OWSConfig)
GetCapabilitiesResponse(HTTPResponse httpResponse)
           
Response(HTTPResponse httpResponse)
           
 

Uses of ServiceException in org.geotools.data.wms
 

Methods in org.geotools.data.wms that throw ServiceException
 Response WMS1_0_0.GetCapsRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_0_0.GetMapRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_0_0.GetFeatureInfoRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_1_0.InternalDescribeLayerRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_1_0.InternalGetLegendGraphicRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_1_0.InternalGetStylesRequest.createResponse(HTTPResponse httpResponse)
           
 Response WMS1_1_0.InternalPutStylesRequest.createResponse(HTTPResponse httpResponse)
           
 DescribeLayerResponse WebMapServer.issueRequest(DescribeLayerRequest request)
           
 GetCapabilitiesResponse WebMapServer.issueRequest(GetCapabilitiesRequest request)
           
 GetFeatureInfoResponse WebMapServer.issueRequest(GetFeatureInfoRequest request)
           
 GetLegendGraphicResponse WebMapServer.issueRequest(GetLegendGraphicRequest request)
           
 GetMapResponse WebMapServer.issueRequest(GetMapRequest request)
           
 GetStylesResponse WebMapServer.issueRequest(GetStylesRequest request)
           
 PutStylesResponse WebMapServer.issueRequest(PutStylesRequest request)
           
 

Constructors in org.geotools.data.wms that throw ServiceException
WebMapServer(URL serverURL)
          Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.
WebMapServer(URL serverURL, HTTPClient httpClient)
          Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.
WebMapServer(URL serverURL, int timeout)
          Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.
WebMapServer(WMSCapabilities capabilities)
          Creates a new WebMapServer from a WMSCapablitiles document.
 

Uses of ServiceException in org.geotools.data.wms.response
 

Constructors in org.geotools.data.wms.response that throw ServiceException
DescribeLayerResponse(HTTPResponse httpResponse)
           
GetFeatureInfoResponse(HTTPResponse httpResponse)
           
GetLegendGraphicResponse(HTTPResponse httpResponse)
           
GetMapResponse(HTTPResponse httpResponse)
           
GetStylesResponse(HTTPResponse httpResponse)
           
PutStylesResponse(HTTPResponse httpResponse)
           
WMSGetCapabilitiesResponse(HTTPResponse response)
           
 

Uses of ServiceException in org.geotools.ows
 

Methods in org.geotools.ows that return ServiceException
 ServiceException ServiceException.getNext()
           
 

Methods in org.geotools.ows with parameters of type ServiceException
 void ServiceException.setNext(ServiceException next)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.