deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

Uses of Class
org.deegree.services.controller.ows.OWSException

Packages that use OWSException
org.deegree.services.controller   
org.deegree.services.controller.csw   
org.deegree.services.controller.csw.exporthandling   
org.deegree.services.controller.exception   
org.deegree.services.controller.exception.serializer   
org.deegree.services.controller.ows   
org.deegree.services.controller.sos   
org.deegree.services.controller.wcs   
org.deegree.services.controller.wcs.describecoverage   
org.deegree.services.controller.wcs.getcoverage   
org.deegree.services.controller.wfs   
org.deegree.services.controller.wms   
org.deegree.services.controller.wms.ops   
org.deegree.services.controller.wms.sld   
org.deegree.services.controller.wps   
org.deegree.services.controller.wps.execute   
org.deegree.services.controller.wpvs   
org.deegree.services.controller.wpvs.getview   
org.deegree.services.wps   
org.deegree.services.wps.ap.wcts   
org.deegree.services.wps.example   
org.deegree.services.wpvs   
 

Uses of OWSException in org.deegree.services.controller
 

Methods in org.deegree.services.controller that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> AbstractOGCServiceController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
          Returns the ExceptionSerializer and mime-type suitable for the given request version.
 

Methods in org.deegree.services.controller with parameters of type OWSException
 void AbstractOGCServiceController.sendSOAPException(org.apache.axiom.soap.SOAPHeader header, org.apache.axiom.soap.SOAPFactory factory, HttpResponseBuffer response, OWSException exception, XMLExceptionSerializer<OWSException> serializer, String SOAPFaultCode, String SOAPMessage, String SOAPaction, String characterEncoding)
          Encapsulates the given OWSException into a SOAP environment for which the given factory will be used.
 

Method parameters in org.deegree.services.controller with type arguments of type OWSException
 void AbstractOGCServiceController.sendSOAPException(org.apache.axiom.soap.SOAPHeader header, org.apache.axiom.soap.SOAPFactory factory, HttpResponseBuffer response, OWSException exception, XMLExceptionSerializer<OWSException> serializer, String SOAPFaultCode, String SOAPMessage, String SOAPaction, String characterEncoding)
          Encapsulates the given OWSException into a SOAP environment for which the given factory will be used.
 

Methods in org.deegree.services.controller that throw OWSException
protected  org.deegree.commons.types.ows.Version AbstractOGCServiceController.checkVersion(org.deegree.commons.types.ows.Version requestedVersion)
          Checks if a request version can be handled by this controller (i.e. if is supported by the implementation *and* offered by the current configuration).
protected  org.deegree.commons.types.ows.Version AbstractOGCServiceController.negotiateVersion(org.deegree.protocol.ows.capabilities.GetCapabilities request)
          Generic version negotiation algorithm for GetCapabilities requests according to OWS Common Specification 1.1.0 (OGC 06-121r3), section 7.3.2 and D.11.
 

Uses of OWSException in org.deegree.services.controller.csw
 

Methods in org.deegree.services.controller.csw that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> CSWController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Uses of OWSException in org.deegree.services.controller.csw.exporthandling
 

Methods in org.deegree.services.controller.csw.exporthandling that throw OWSException
 void DescribeRecordHandler.doDescribeRecord(DescribeRecord descRec, HttpResponseBuffer response, boolean isSoap)
          Preprocessing for the export of a DescribeRecord request to determine which recordstore is requested.
 

Uses of OWSException in org.deegree.services.controller.exception
 

Methods in org.deegree.services.controller.exception that return OWSException
 OWSException SOAPException.getDetail()
           
 

Constructors in org.deegree.services.controller.exception with parameters of type OWSException
SOAPException(String reason, String code, OWSException detail)
           
 

Uses of OWSException in org.deegree.services.controller.exception.serializer
 

Constructor parameters in org.deegree.services.controller.exception.serializer with type arguments of type OWSException
SOAPExceptionSerializer(org.apache.axiom.soap.SOAPVersion version, org.apache.axiom.soap.SOAPHeader header, org.apache.axiom.soap.SOAPFactory factory, XMLExceptionSerializer<OWSException> detailSerializer)
           
 

Uses of OWSException in org.deegree.services.controller.ows
 

Methods in org.deegree.services.controller.ows with parameters of type OWSException
 void OWSException100XMLAdapter.serializeExceptionToXML(XMLStreamWriter writer, OWSException ex)
           
 void OGCExceptionXMLAdapter.serializeExceptionToXML(XMLStreamWriter writer, OWSException ex)
          Export an ExceptionReport in WMS 1.3.0 format (and possibly others).
 void OWSException110XMLAdapter.serializeExceptionToXML(XMLStreamWriter writer, OWSException ex)
          Export an ExceptionReport to the ows 1.1.0 format.
 void NamespacelessOWSExceptionXMLAdapter.serializeExceptionToXML(XMLStreamWriter writer, OWSException ex)
          Export an ExceptionReport without namespace.
 

Uses of OWSException in org.deegree.services.controller.sos
 

Methods in org.deegree.services.controller.sos that return OWSException
static OWSException OWSExceptionAdapter.adapt(SOServiceExeption e)
           
 

Methods in org.deegree.services.controller.sos that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> SOSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Uses of OWSException in org.deegree.services.controller.wcs
 

Methods in org.deegree.services.controller.wcs that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> WCSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Methods in org.deegree.services.controller.wcs with parameters of type OWSException
 void ServiceException120XMLAdapter.serializeExceptionToXML(XMLStreamWriter writer, OWSException ex)
           
 

Methods in org.deegree.services.controller.wcs that throw OWSException
protected  void WCSRequest100XMLAdapter.checkRequiredElement(String nodeName, org.apache.axiom.om.OMElement requiredElem)
          Check that the requiredElem is not null, throws OWSException otherwise.
protected  void WCSRequest100XMLAdapter.checkRequiredString(String nodeName, String requiredValue)
          Check that the value is not null, throws OWSException otherwise.
protected  org.deegree.commons.types.ows.Version WCSRequest100XMLAdapter.checkVersion(org.apache.axiom.om.OMElement root)
          Checks that the given element contains a version attribute.
 

Uses of OWSException in org.deegree.services.controller.wcs.describecoverage
 

Methods in org.deegree.services.controller.wcs.describecoverage that throw OWSException
 DescribeCoverage DescribeCoverage100XMLAdapter.parse()
           
 

Uses of OWSException in org.deegree.services.controller.wcs.getcoverage
 

Methods in org.deegree.services.controller.wcs.getcoverage that throw OWSException
 GetCoverage GetCoverage100XMLAdapter.parse()
           
static GetCoverage GetCoverage100KVPAdapter.parse(Map<String,String> kvp)
          Parse a 1.0.0 WCS KVP request
 

Uses of OWSException in org.deegree.services.controller.wfs
 

Methods in org.deegree.services.controller.wfs that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> WFSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Methods in org.deegree.services.controller.wfs that throw OWSException
(package private)  org.deegree.gml.GMLVersion DescribeFeatureTypeHandler.determineRequestedGMLVersion(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request)
          Determines the GML version that is requested.
(package private)  void DescribeFeatureTypeHandler.doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request, HttpResponseBuffer response)
          Performs the given DescribeFeatureType request.
(package private)  void GetFeatureWithLockHandler.doGetFeatureWithLock(org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLock request, HttpResponseBuffer response)
          Performs the given GetFeatureWithLock request.
(package private)  void GetGmlObjectHandler.doGetGmlObject(org.deegree.protocol.wfs.getgmlobject.GetGmlObject request, HttpResponseBuffer response)
          Performs the given GetGmlObject request.
(package private)  void LockFeatureHandler.doLockFeature(org.deegree.protocol.wfs.lockfeature.LockFeature request, HttpResponseBuffer response)
          Performs the given LockFeature request.
(package private)  void TransactionHandler.doTransaction(HttpResponseBuffer response)
          Performs the given Transaction request.
 

Constructors in org.deegree.services.controller.wfs that throw OWSException
GetFeatureAnalyzer(org.deegree.protocol.wfs.getfeature.GetFeature request, WFService service, org.deegree.gml.GMLVersion outputFormat)
          Creates a new GetFeatureAnalyzer.
 

Uses of OWSException in org.deegree.services.controller.wms
 

Fields in org.deegree.services.controller.wms with type parameters of type OWSException
protected  XMLExceptionSerializer<OWSException> WMSControllerBase.EXCEPTIONS
           
 

Methods in org.deegree.services.controller.wms that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> WMSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Methods in org.deegree.services.controller.wms with parameters of type OWSException
 void WMSController.Controller.handleException(Map<String,String> map, org.deegree.protocol.wms.WMSConstants.WMSRequestType req, OWSException e, HttpResponseBuffer response, WMSController controller)
           
 void WMSControllerBase.handleException(Map<String,String> map, org.deegree.protocol.wms.WMSConstants.WMSRequestType req, OWSException e, HttpResponseBuffer response, WMSController controller)
           
 void WMSController130.sendException(OWSException ex, HttpResponseBuffer response)
           
 void WMSController.Controller.sendException(OWSException ex, HttpResponseBuffer response)
           
 void WMSController111.sendException(OWSException ex, HttpResponseBuffer response)
           
 

Methods in org.deegree.services.controller.wms that throw OWSException
protected  void WMSController.getCapabilities(Map<String,String> map, HttpResponseBuffer response)
           
 void WMSController.Controller.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, Map<String,String> customParameters, WMSController controller)
           
 void WMSControllerBase.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, Map<String,String> customParameters, WMSController controller)
           
protected  void WMSController.getMap(Map<String,String> map, HttpResponseBuffer response, org.deegree.commons.types.ows.Version version)
           
 void WMSController.sendImage(BufferedImage img, HttpResponseBuffer response, String format)
           
 void WMSController130.throwSRSException(String name)
           
 void WMSController.Controller.throwSRSException(String name)
           
 void WMSController111.throwSRSException(String name)
           
 

Uses of OWSException in org.deegree.services.controller.wms.ops
 

Methods in org.deegree.services.controller.wms.ops that throw OWSException
(package private) static LinkedList<Layer> GetMap.handleKVPLayers(List<String> lays, MapService service)
           
(package private) static LinkedList<org.deegree.rendering.r2d.se.unevaluated.Style> GetMap.handleKVPStyles(String ss, MapService service, LinkedList<Layer> layers)
           
(package private) static HashMap<String,List<?>> GetMap.parseDimensionValues(Map<String,String> map)
           
static LinkedList<?> GetMap.parseDimensionValues(String value, String name)
           
 

Constructors in org.deegree.services.controller.wms.ops that throw OWSException
GetFeatureInfo(Map<String,String> map, org.deegree.commons.types.ows.Version version, MapService service)
           
GetLegendGraphic(Map<String,String> map, MapService service)
           
GetMap(Map<String,String> map, org.deegree.commons.types.ows.Version version, MapService service)
           
 

Uses of OWSException in org.deegree.services.controller.wms.sld
 

Methods in org.deegree.services.controller.wms.sld that throw OWSException
static org.deegree.commons.utils.Pair<LinkedList<Layer>,LinkedList<org.deegree.rendering.r2d.se.unevaluated.Style>> SLDParser.parse(XMLStreamReader in, MapService service, GetMap gm)
           
 

Uses of OWSException in org.deegree.services.controller.wps
 

Methods in org.deegree.services.controller.wps that return OWSException
 OWSException ProcessletExecution.getFailedException()
          Returns the exception that describes the reason for the failure of the process execution.
 

Methods in org.deegree.services.controller.wps that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> WPSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Methods in org.deegree.services.controller.wps with parameters of type OWSException
(package private)  void WPSController.sendServiceException(OWSException ex, HttpResponseBuffer response)
           
(package private)  void ProcessletExecution.setFailed(OWSException e)
          Sets the processing state to ProcessletExecution.ExecutionState.FAILED.
 

Methods in org.deegree.services.controller.wps that throw OWSException
(package private)  void ExecutionManager.handleRawDataOutput(ExecuteRequest request, HttpResponseBuffer response, Processlet process)
          Handles ExecuteRequest requests that shall return a single "raw" output param (with no encapsulating document) directly in the HTTP response body.
(package private)  void ExecutionManager.handleResponseDocumentOutput(ExecuteRequest request, HttpResponseBuffer response, Processlet process)
          Handles ExecuteRequest requests that shall return their output encapsulated in a response document.
 

Uses of OWSException in org.deegree.services.controller.wps.execute
 

Methods in org.deegree.services.controller.wps.execute that throw OWSException
 ExecuteRequest ExecuteRequestXMLAdapter.parse100(Map<org.deegree.commons.types.ows.CodeType,ExceptionCustomizer> idToExceptionCustomizer)
          Parses the encapsulated WPS 1.0.0 <wps:ExecuteRequest> element.
static ExecuteRequest ExecuteRequestKVPAdapter.parse100(Map<String,String> kvpParams, Map<org.deegree.commons.types.ows.CodeType,ProcessDefinition> idToProcessDefinition, Map<org.deegree.commons.types.ows.CodeType,ExceptionCustomizer> idToExceptionCustomizer)
          Parses the given WPS 1.0.0 ExecuteRequest KVP request.
 

Uses of OWSException in org.deegree.services.controller.wpvs
 

Methods in org.deegree.services.controller.wpvs that return types with arguments of type OWSException
 org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,String> WPVSController.getExceptionSerializer(org.deegree.commons.types.ows.Version requestVersion)
           
 

Uses of OWSException in org.deegree.services.controller.wpvs.getview
 

Methods in org.deegree.services.controller.wpvs.getview that throw OWSException
static GetView GetViewKVPAdapter.create(Map<String,String> requestParams, String encoding, double[] translationVector, double configuredNearClippingPlane, double configuredFarClippingPlane)
          Factory method to create an instance of GetView from teh parameters in model
 

Uses of OWSException in org.deegree.services.wps
 

Methods in org.deegree.services.wps that return OWSException
 OWSException ProcessletException.getOWSException()
           
 OWSException ExceptionCustomizer.inputEvalutationNotSupported(org.deegree.commons.types.ows.CodeType inputParameterId, org.deegree.commons.utils.Pair<String,String> kvp, String explanation)
           
 OWSException ExceptionCustomizer.inputInvalidBBoxCoordinates(org.deegree.commons.types.ows.CodeType inputParameterId, String[] suppliedCoordinates)
           
 OWSException ExceptionCustomizer.inputInvalidCombination(org.deegree.commons.types.ows.CodeType inputParameterId, List<org.deegree.commons.utils.Pair<String,String>> conflictingKVPs)
           
 OWSException ExceptionCustomizer.inputInvalidDatatype(org.deegree.commons.types.ows.CodeType inputParameterId, String foundDatatype, String definedDataType)
           
 OWSException ExceptionCustomizer.inputInvalidOccurence(org.deegree.commons.types.ows.CodeType inputParameterId, int minOccurs, int maxOccurs, int actualOccurs)
           
 OWSException ExceptionCustomizer.inputInvalidParameter(org.deegree.commons.types.ows.CodeType inputParameterId, org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException ExceptionCustomizer.inputMissingParameter(org.deegree.commons.types.ows.CodeType inputParameterId, String parameter)
           
 OWSException ExceptionCustomizer.inputMissingParameters(org.deegree.commons.types.ows.CodeType inputParameterId, String... parameters)
           
 OWSException ExceptionCustomizer.inputMutualExclusive(org.deegree.commons.types.ows.CodeType inputParameterId, String parameter, String excludes)
           
 OWSException ExceptionCustomizer.inputNoSuchParameter(org.deegree.commons.types.ows.CodeType identifier)
           
 OWSException ExceptionCustomizer.invalidAttributedParameter(org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException ExceptionCustomizer.missingParameter(String parameter)
           
 OWSException ExceptionCustomizer.missingParameters(String... parameters)
           
 OWSException ExceptionCustomizer.mutualExclusive(String parameter, String excludes)
           
 OWSException ExceptionCustomizer.outputInvalidCombination(org.deegree.commons.types.ows.CodeType outputParameterId, List<org.deegree.commons.utils.Pair<String,String>> conflictingKVPs)
           
 OWSException ExceptionCustomizer.outputInvalidParameter(org.deegree.commons.types.ows.CodeType outputParameterId, org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException ExceptionCustomizer.outputNoSuchParameter(org.deegree.commons.types.ows.CodeType outputParameterId)
           
 

Constructors in org.deegree.services.wps with parameters of type OWSException
ProcessletException(OWSException owsException)
           
 

Uses of OWSException in org.deegree.services.wps.ap.wcts
 

Methods in org.deegree.services.wps.ap.wcts that return OWSException
 OWSException ExceptionCustomizer.inputMissingParameter(org.deegree.commons.types.ows.CodeType inputParameterId, String parameter)
           
 OWSException ExceptionCustomizer.inputMissingParameters(org.deegree.commons.types.ows.CodeType inputParameterId, String... parameters)
           
 

Uses of OWSException in org.deegree.services.wps.example
 

Methods in org.deegree.services.wps.example that return OWSException
 OWSException DefaultExceptionCustomizer.inputEvalutationNotSupported(org.deegree.commons.types.ows.CodeType inputParameterId, org.deegree.commons.utils.Pair<String,String> kvp, String explanation)
           
 OWSException DefaultExceptionCustomizer.inputInvalidBBoxCoordinates(org.deegree.commons.types.ows.CodeType inputParameterId, String[] suppliedCoordinates)
           
 OWSException DefaultExceptionCustomizer.inputInvalidCombination(org.deegree.commons.types.ows.CodeType inputParameterId, List<org.deegree.commons.utils.Pair<String,String>> conflictingKVPs)
           
 OWSException DefaultExceptionCustomizer.inputInvalidDatatype(org.deegree.commons.types.ows.CodeType parameterId, String foundDatatype, String definedDataType)
           
 OWSException DefaultExceptionCustomizer.inputInvalidOccurence(org.deegree.commons.types.ows.CodeType inputParameterId, int minOccurs, int maxOccurs, int actualOccurs)
           
 OWSException DefaultExceptionCustomizer.inputInvalidParameter(org.deegree.commons.types.ows.CodeType inputParameterId, org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.inputMissingParameter(org.deegree.commons.types.ows.CodeType inputParameterId, String parameter)
           
 OWSException DefaultExceptionCustomizer.inputMissingParameters(org.deegree.commons.types.ows.CodeType inputParameterId, String... parameters)
           
 OWSException DefaultExceptionCustomizer.inputMutualExclusive(org.deegree.commons.types.ows.CodeType identifier, String parameter, String excludes)
           
 OWSException DefaultExceptionCustomizer.inputNoSuchParameter(org.deegree.commons.types.ows.CodeType identifier)
           
 OWSException DefaultExceptionCustomizer.invalidAttributedParameter(org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.missingParameter(String parameter)
           
 OWSException DefaultExceptionCustomizer.missingParameters(String... parameters)
           
 OWSException DefaultExceptionCustomizer.mutualExclusive(String parameter, String excludes)
           
 OWSException DefaultExceptionCustomizer.outputInvalidCombination(org.deegree.commons.types.ows.CodeType outputParameterId, List<org.deegree.commons.utils.Pair<String,String>> conflictingKVPs)
           
 OWSException DefaultExceptionCustomizer.outputInvalidParameter(org.deegree.commons.types.ows.CodeType outputParameterId, org.deegree.commons.utils.Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.outputNoSuchParameter(org.deegree.commons.types.ows.CodeType outputParameterId)
           
 

Uses of OWSException in org.deegree.services.wpvs
 

Methods in org.deegree.services.wpvs that throw OWSException
 BufferedImage PerspectiveViewService.getPerspectiveViewImage(GetView request)
          Retrieve the requested datasets and render the result.
 


deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>