Uses of Interface
org.deegree.services.OGCWebServiceException

Packages that use OGCWebServiceException
org.deegree_impl.services   
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wcas.protocol   
org.deegree_impl.services.wcs.protocol   
org.deegree_impl.services.wcts.protocol   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wms.protocol   
 

Uses of OGCWebServiceException in org.deegree_impl.services
 

Classes in org.deegree_impl.services that implement OGCWebServiceException
 class OGCWebServiceException_Impl
          A web XXX server has to handle two classes of errors; exceptions that are generated during the processing of a request (such as parsing the request) and exceptions that are generated during the execution of a request (such as a transaction failure).
 

Uses of OGCWebServiceException in org.deegree_impl.services.gazetteer.protocol
 

Methods in org.deegree_impl.services.gazetteer.protocol with parameters of type OGCWebServiceException
static WFSGGetFeatureResponse WFSGProtocolFactory.createWFSGGetFeatureResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetFeatureResponse object
 

Uses of OGCWebServiceException in org.deegree_impl.services.wcas.protocol
 

Methods in org.deegree_impl.services.wcas.protocol with parameters of type OGCWebServiceException
static CASDescribeRecordTypeResponse CASProtocolFactory.createCASDescribeRecordTypeResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String featureTypeSchema)
          creates a CASDescribeRecordTypeResponse object
static CASGetRecordResponse CASProtocolFactory.createCASGetRecordResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.Object response)
          creates a CASGetRecordResponse object
static CASTransactionResponse CASProtocolFactory.createCASTransactionResponse(OGCWebServiceRequest request, OGCWebServiceException exception, CASInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          creates a CASTransactionRequest object.
 

Uses of OGCWebServiceException in org.deegree_impl.services.wcs.protocol
 

Methods in org.deegree_impl.services.wcs.protocol with parameters of type OGCWebServiceException
static WCSGetCoverageResponse WCSProtocolFactory.createGetCoverageResponse(OGCWebServiceRequest request, OGCWebServiceException exception)
           
 

Uses of OGCWebServiceException in org.deegree_impl.services.wcts.protocol
 

Methods in org.deegree_impl.services.wcts.protocol with parameters of type OGCWebServiceException
static GetCapabilitiesResponse WCTS_ProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String capabilities)
           
static IsTransformableResponse WCTS_ProtocolFactory.createIsTransformableResponse(OGCWebServiceRequest request, OGCWebServiceException exception, boolean istransformable)
          factory method for creating a Transformable object from a file that contains a WCTS-specification conform XML transformable-response document.
static TransformResponse WCTS_ProtocolFactory.createTransformResponse(OGCWebServiceRequest request, OGCWebServiceException exception, GMLGeometry[] data)
          factory method for creating a Transform object from a file that contains a WCTS-specification conform XML transform-response document.
static DescribeTransformationResponse WCTS_ProtocolFactory.createDescribeTransformationResponse(OGCWebServiceRequest request, OGCWebServiceException exception, CT_MathTransform[] parameterizedTransformation)
          DescribeTransformationResponse
 

Uses of OGCWebServiceException in org.deegree_impl.services.wfs.protocol
 

Methods in org.deegree_impl.services.wfs.protocol with parameters of type OGCWebServiceException
static WFSDescribeFeatureTypeResponse WFSProtocolFactory.createWFSDescribeFeatureTypeResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, org.w3c.dom.Document featureTypeSchema)
          creates a WFSDescribeFeatureTypeResponse object
static WFSGetFeatureResponse WFSProtocolFactory.createWFSGetFeatureResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetFeatureResponse object
static WFSGetCapabilitiesResponse WFSProtocolFactory.createWFSGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WFSCapabilities response)
          creates a WFSGetCapabilitiesResponse object
static WFSTransactionResponse WFSProtocolFactory.createWFSTransactionResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, WFSInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          creates a WFSTransactionRequest object.
 

Uses of OGCWebServiceException in org.deegree_impl.services.wms.protocol
 

Methods in org.deegree_impl.services.wms.protocol with parameters of type OGCWebServiceException
static WMSGetCapabilitiesResponse WMSProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WMSCapabilities capabilities)
          creates an instance of a WMSGetCapabilitiesResponse object
static WMSGetMapResponse WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetMapResponse object
static WMSGetFeatureInfoResponse WMSProtocolFactory.createGetFeatureInfoResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String featureInfo)
          creates a WFSGetFeatureInfoResponse object
static WMSGetScaleBarResponse WMSProtocolFactory.createGetScaleBarResponse(WMSGetScaleBarRequest request, OGCWebServiceException e)