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(String contentType, InputStream inputStream)
          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(URL serverURL)
          Set up the specifications used and retrieve the Capabilities document given by serverURL.
AbstractOpenWebService(URL serverURL, int requestTimeout)
           
GetCapabilitiesResponse(String contentType, InputStream inputStream)
           
Response(String contentType, InputStream inputStream)
           
 

Uses of ServiceException in org.geotools.data.wms
 

Methods in org.geotools.data.wms that throw ServiceException
 Response WMS1_0_0.GetCapsRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_0_0.GetMapRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_0_0.GetFeatureInfoRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_1_0.InternalDescribeLayerRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_1_0.InternalGetLegendGraphicRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_1_0.InternalGetStylesRequest.createResponse(String contentType, InputStream inputStream)
           
 Response WMS1_1_0.InternalPutStylesRequest.createResponse(String contentType, InputStream inputStream)
           
 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, 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(String contentType, InputStream inputStream)
           
GetFeatureInfoResponse(String contentType, InputStream inputStream)
          DOCUMENT ME!
GetLegendGraphicResponse(String contentType, InputStream inputStream)
           
GetMapResponse(String contentType, InputStream response)
           
GetStylesResponse(String contentType, InputStream inputStream)
           
PutStylesResponse(String contentType, InputStream inputStream)
           
WMSGetCapabilitiesResponse(String contentType, InputStream inputStream)
           
 

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-2009 Geotools. All Rights Reserved.