Uses of Class
org.geotools.ows.ServiceException

Packages that use ServiceException
org.geotools.data.ows package to build WPS requests. 
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange. 
org.geotools.data.wms.response   
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.data.wps.response package with response classes. 
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(java.io.InputStream inputStream)
          Tries to read a ServiceExceptionReport from the input stream, and construct a chain of ServiceExceptions.
protected  ServiceException Response.parseException(java.io.InputStream inputStream)
           
 

Methods in org.geotools.data.ows that throw ServiceException
 Response Request.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
          Each Request must know how to create it's counterpart Response.
protected  Response AbstractWPS.internalIssueRequest(Request request)
          Issues a request to the server and returns that server's response.
protected  Response AbstractOpenWebService.internalIssueRequest(Request request)
          Issues a request to the server and returns that server's response.
 AbstractWPSGetCapabilitiesResponse AbstractWPS.issueRequest(GetCapabilitiesRequest request)
           
 GetCapabilitiesResponse AbstractOpenWebService.issueRequest(GetCapabilitiesRequest request)
           
protected  C AbstractWPS.negotiateVersion()
           Version number negotiation occurs as follows (credit OGC): 1) If the server implements the requested version number, the server shall send that version. 2a) If a version unknown to the server is requested, the server shall send the highest version less than the requested version. 2b) If the client request is for a version lower than any of those known to the server, then the server shall send the lowest version it knows. 3a) If the client does not understand the new version number sent by the server, it may either cease communicating with the server or send a new request with a new version number that the client does understand but which is less than that sent by the server (if the server had responded with a lower version). 3b) If the server had responded with a higher version (because the request was for a version lower than any known to the server), and the client does not understand the proposed higher version, then the client may send a new request with a version number higher than that sent by the server.
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. 2a) If a version unknown to the server is requested, the server shall send the highest version less than the requested version. 2b) If the client request is for a version lower than any of those known to the server, then the server shall send the lowest version it knows. 3a) If the client does not understand the new version number sent by the server, it may either cease communicating with the server or send a new request with a new version number that the client does understand but which is less than that sent by the server (if the server had responded with a lower version). 3b) If the server had responded with a higher version (because the request was for a version lower than any known to the server), and the client does not understand the proposed higher version, then the client may send a new request with a version number higher than that sent by the server.
 

Constructors in org.geotools.data.ows that throw ServiceException
AbstractOpenWebService(java.net.URL serverURL)
          Set up the specifications used and retrieve the Capabilities document given by serverURL.
AbstractOpenWebService(java.net.URL serverURL, int requestTimeout)
           
AbstractWPS(java.net.URL serverURL)
          Set up the specifications used and retrieve the Capabilities document given by serverURL.
AbstractWPSGetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
Response(java.lang.String contentType, java.io.InputStream inputStream)
           
 

Uses of ServiceException in org.geotools.data.wms
 

Methods in org.geotools.data.wms that throw ServiceException
 Response WMS1_1_0.InternalDescribeLayerRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_1_0.InternalGetLegendGraphicRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_1_0.InternalGetStylesRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_1_0.InternalPutStylesRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_0_0.GetCapsRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_0_0.GetMapRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WMS1_0_0.GetFeatureInfoRequest.createResponse(java.lang.String contentType, java.io.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(java.net.URL serverURL)
          Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL.
WebMapServer(java.net.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(java.lang.String contentType, java.io.InputStream inputStream)
           
GetFeatureInfoResponse(java.lang.String contentType, java.io.InputStream inputStream)
          DOCUMENT ME!
GetLegendGraphicResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
GetMapResponse(java.lang.String contentType, java.io.InputStream response)
           
GetStylesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
PutStylesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
WMSGetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 

Uses of ServiceException in org.geotools.data.wps
 

Methods in org.geotools.data.wps that throw ServiceException
 Response WPS1_0_0.GetCapsRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WPS1_0_0.InternalDescribeProcessRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 Response WPS1_0_0.InternalExecuteProcessRequest.createResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 DescribeProcessResponse WebProcessingService.issueRequest(DescribeProcessRequest request)
           
 ExecuteProcessResponse WebProcessingService.issueRequest(ExecuteProcessRequest request)
           
 AbstractWPSGetCapabilitiesResponse WebProcessingService.issueRequest(GetCapabilitiesRequest request)
           
 

Constructors in org.geotools.data.wps that throw ServiceException
WebProcessingService(java.net.URL serverURL)
          Creates a new WebProcessingService instance and attempts to retrieve the Capabilities document specified by serverURL.
WebProcessingService(WPSCapabilitiesType capabilities)
          Creates a new WebProcessingService from a WPSCapablitiles document.
 

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

Constructors in org.geotools.data.wps.response that throw ServiceException
DescribeProcessResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
ExecuteProcessResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
WPSGetCapabilitiesResponse(java.lang.String contentType, java.io.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-2010 Geotools. All Rights Reserved.