|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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>,java.lang.String> |
AbstractOGCServiceController.getExceptionSerializer(org.deegree.commons.tom.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,
java.lang.String SOAPFaultCode,
java.lang.String SOAPMessage,
java.lang.String SOAPaction,
java.lang.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,
java.lang.String SOAPFaultCode,
java.lang.String SOAPMessage,
java.lang.String SOAPaction,
java.lang.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.tom.ows.Version |
AbstractOGCServiceController.checkVersion(org.deegree.commons.tom.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.tom.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.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(java.lang.String reason,
java.lang.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(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
|
void |
NamespacelessOWSExceptionXMLAdapter.serializeExceptionToXML(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
Export an ExceptionReport without namespace. |
void |
OWSException110XMLAdapter.serializeExceptionToXML(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
Export an ExceptionReport to the ows 1.1.0 format. |
void |
OGCExceptionXMLAdapter.serializeExceptionToXML(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
Export an ExceptionReport in WMS 1.3.0 format (and possibly others). |
void |
OWSException120XMLAdapter.serializeExceptionToXML(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
Export an ExceptionReport to the ows 1.0.0 format. |
Uses of OWSException in org.deegree.services.csw |
---|
Methods in org.deegree.services.csw that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
CSWController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Uses of OWSException in org.deegree.services.csw.exporthandling |
---|
Methods in org.deegree.services.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. |
void |
GetRecordByIdHandler.doGetRecordById(GetRecordById getRecBI,
HttpResponseBuffer response,
boolean isSoap)
Preprocessing for the export of a GetRecordById request |
void |
GetRecordsHandler.doGetRecords(GetRecords getRec,
HttpResponseBuffer response,
boolean isSoap)
Preprocessing for the export of a GetRecords request |
void |
TransactionHandler.doTransaction(Transaction trans,
HttpResponseBuffer response)
Preprocessing for the export of a Transaction request |
Uses of OWSException in org.deegree.services.sos |
---|
Methods in org.deegree.services.sos that return OWSException | |
---|---|
static OWSException |
OWSExceptionAdapter.adapt(SOServiceException e)
|
Methods in org.deegree.services.sos that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
SOSController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Uses of OWSException in org.deegree.services.wcs |
---|
Methods in org.deegree.services.wcs that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
WCSController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Methods in org.deegree.services.wcs with parameters of type OWSException | |
---|---|
void |
ServiceException120XMLAdapter.serializeExceptionToXML(javax.xml.stream.XMLStreamWriter writer,
OWSException ex)
|
Methods in org.deegree.services.wcs that throw OWSException | |
---|---|
protected void |
WCSRequest100XMLAdapter.checkRequiredElement(java.lang.String nodeName,
org.apache.axiom.om.OMElement requiredElem)
Check that the requiredElem is not null , throws OWSException otherwise. |
protected void |
WCSRequest100XMLAdapter.checkRequiredString(java.lang.String nodeName,
java.lang.String requiredValue)
Check that the value is not null , throws OWSException otherwise. |
protected org.deegree.commons.tom.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.wcs.describecoverage |
---|
Methods in org.deegree.services.wcs.describecoverage that throw OWSException | |
---|---|
DescribeCoverage |
DescribeCoverage100XMLAdapter.parse()
|
Uses of OWSException in org.deegree.services.wcs.getcoverage |
---|
Methods in org.deegree.services.wcs.getcoverage that throw OWSException | |
---|---|
GetCoverage |
GetCoverage100XMLAdapter.parse()
|
static GetCoverage |
GetCoverage100KVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvp)
Parse a 1.0.0 WCS KVP request |
Uses of OWSException in org.deegree.services.wfs |
---|
Methods in org.deegree.services.wfs that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
WFSController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Constructors in org.deegree.services.wfs that throw OWSException | |
---|---|
GetFeatureAnalyzer(org.deegree.protocol.wfs.getfeature.GetFeature request,
WFSController controller,
WFService service,
org.deegree.gml.GMLVersion outputFormat,
boolean checkInputDomain)
Creates a new GetFeatureAnalyzer . |
Uses of OWSException in org.deegree.services.wfs.format.gml |
---|
Methods in org.deegree.services.wfs.format.gml that throw OWSException | |
---|---|
void |
GMLFormat.doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request,
HttpResponseBuffer response)
|
Uses of OWSException in org.deegree.services.wms.controller |
---|
Fields in org.deegree.services.wms.controller with type parameters of type OWSException | |
---|---|
protected XMLExceptionSerializer<OWSException> |
WMSControllerBase.EXCEPTIONS
|
Methods in org.deegree.services.wms.controller that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
WMSController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Methods in org.deegree.services.wms.controller with parameters of type OWSException | |
---|---|
void |
WMSControllerBase.handleException(java.util.Map<java.lang.String,java.lang.String> map,
org.deegree.protocol.wms.WMSConstants.WMSRequestType req,
OWSException e,
HttpResponseBuffer response,
WMSController controller)
|
void |
WMSController.Controller.handleException(java.util.Map<java.lang.String,java.lang.String> map,
org.deegree.protocol.wms.WMSConstants.WMSRequestType req,
OWSException e,
HttpResponseBuffer response,
WMSController controller)
|
void |
WMSController111.sendException(OWSException ex,
HttpResponseBuffer response)
|
void |
WMSController.Controller.sendException(OWSException ex,
HttpResponseBuffer response)
|
void |
WMSController130.sendException(OWSException ex,
HttpResponseBuffer response)
|
Methods in org.deegree.services.wms.controller that throw OWSException | |
---|---|
protected void |
WMSController.getCapabilities(java.util.Map<java.lang.String,java.lang.String> map,
HttpResponseBuffer response)
|
void |
WMSControllerBase.getCapabilities(java.lang.String getUrl,
java.lang.String postUrl,
java.lang.String updateSequence,
MapService service,
HttpResponseBuffer response,
ServiceIdentificationType identification,
ServiceProviderType provider,
java.util.Map<java.lang.String,java.lang.String> customParameters,
WMSController controller)
|
void |
WMSController.Controller.getCapabilities(java.lang.String getUrl,
java.lang.String postUrl,
java.lang.String updateSequence,
MapService service,
HttpResponseBuffer response,
ServiceIdentificationType identification,
ServiceProviderType provider,
java.util.Map<java.lang.String,java.lang.String> customParameters,
WMSController controller)
|
protected void |
WMSController.getMap(java.util.Map<java.lang.String,java.lang.String> map,
HttpResponseBuffer response,
org.deegree.commons.tom.ows.Version version)
|
void |
WMSController.sendImage(java.awt.image.BufferedImage img,
HttpResponseBuffer response,
java.lang.String format)
|
void |
WMSController111.throwSRSException(java.lang.String name)
|
void |
WMSController.Controller.throwSRSException(java.lang.String name)
|
void |
WMSController130.throwSRSException(java.lang.String name)
|
Uses of OWSException in org.deegree.services.wms.controller.ops |
---|
Methods in org.deegree.services.wms.controller.ops that throw OWSException | |
---|---|
static java.util.LinkedList<?> |
GetMap.parseDimensionValues(java.lang.String value,
java.lang.String name)
|
Constructors in org.deegree.services.wms.controller.ops that throw OWSException | |
---|---|
GetFeatureInfo(java.util.Map<java.lang.String,java.lang.String> map,
org.deegree.commons.tom.ows.Version version,
MapService service)
|
|
GetLegendGraphic(java.util.Map<java.lang.String,java.lang.String> map,
MapService service)
|
|
GetMap(java.util.Map<java.lang.String,java.lang.String> map,
org.deegree.commons.tom.ows.Version version,
MapService service)
|
Uses of OWSException in org.deegree.services.wms.controller.sld |
---|
Methods in org.deegree.services.wms.controller.sld that throw OWSException | |
---|---|
static org.deegree.commons.utils.Pair<java.util.LinkedList<Layer>,java.util.LinkedList<org.deegree.rendering.r2d.se.unevaluated.Style>> |
SLDParser.parse(javax.xml.stream.XMLStreamReader in,
MapService service,
GetMap gm)
|
Uses of OWSException in org.deegree.services.wps |
---|
Methods in org.deegree.services.wps that return OWSException | |
---|---|
OWSException |
ProcessExecution.getFailedException()
Returns the exception that describes the reason for the failure of the process execution. |
OWSException |
ProcessletException.getOWSException()
|
OWSException |
ExceptionCustomizer.inputEvalutationNotSupported(org.deegree.commons.tom.ows.CodeType inputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp,
java.lang.String explanation)
|
OWSException |
DefaultExceptionCustomizer.inputEvalutationNotSupported(org.deegree.commons.tom.ows.CodeType inputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp,
java.lang.String explanation)
|
OWSException |
ExceptionCustomizer.inputInvalidBBoxCoordinates(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String[] suppliedCoordinates)
|
OWSException |
DefaultExceptionCustomizer.inputInvalidBBoxCoordinates(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String[] suppliedCoordinates)
|
OWSException |
ExceptionCustomizer.inputInvalidCombination(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.util.List<org.deegree.commons.utils.Pair<java.lang.String,java.lang.String>> conflictingKVPs)
|
OWSException |
DefaultExceptionCustomizer.inputInvalidCombination(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.util.List<org.deegree.commons.utils.Pair<java.lang.String,java.lang.String>> conflictingKVPs)
|
OWSException |
ExceptionCustomizer.inputInvalidDatatype(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String foundDatatype,
java.lang.String definedDataType)
|
OWSException |
DefaultExceptionCustomizer.inputInvalidDatatype(org.deegree.commons.tom.ows.CodeType parameterId,
java.lang.String foundDatatype,
java.lang.String definedDataType)
|
OWSException |
ExceptionCustomizer.inputInvalidOccurence(org.deegree.commons.tom.ows.CodeType inputParameterId,
int minOccurs,
int maxOccurs,
int actualOccurs)
|
OWSException |
DefaultExceptionCustomizer.inputInvalidOccurence(org.deegree.commons.tom.ows.CodeType inputParameterId,
int minOccurs,
int maxOccurs,
int actualOccurs)
|
OWSException |
ExceptionCustomizer.inputInvalidParameter(org.deegree.commons.tom.ows.CodeType inputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
DefaultExceptionCustomizer.inputInvalidParameter(org.deegree.commons.tom.ows.CodeType inputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
ExceptionCustomizer.inputMissingParameter(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String parameter)
|
OWSException |
DefaultExceptionCustomizer.inputMissingParameter(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String parameter)
|
OWSException |
ExceptionCustomizer.inputMissingParameters(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String... parameters)
|
OWSException |
DefaultExceptionCustomizer.inputMissingParameters(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String... parameters)
|
OWSException |
ExceptionCustomizer.inputMutualExclusive(org.deegree.commons.tom.ows.CodeType inputParameterId,
java.lang.String parameter,
java.lang.String excludes)
|
OWSException |
DefaultExceptionCustomizer.inputMutualExclusive(org.deegree.commons.tom.ows.CodeType identifier,
java.lang.String parameter,
java.lang.String excludes)
|
OWSException |
ExceptionCustomizer.inputNoSuchParameter(org.deegree.commons.tom.ows.CodeType identifier)
|
OWSException |
DefaultExceptionCustomizer.inputNoSuchParameter(org.deegree.commons.tom.ows.CodeType identifier)
|
OWSException |
ExceptionCustomizer.invalidAttributedParameter(org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
DefaultExceptionCustomizer.invalidAttributedParameter(org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
ExceptionCustomizer.missingParameter(java.lang.String parameter)
|
OWSException |
DefaultExceptionCustomizer.missingParameter(java.lang.String parameter)
|
OWSException |
ExceptionCustomizer.missingParameters(java.lang.String... parameters)
|
OWSException |
DefaultExceptionCustomizer.missingParameters(java.lang.String... parameters)
|
OWSException |
ExceptionCustomizer.mutualExclusive(java.lang.String parameter,
java.lang.String excludes)
|
OWSException |
DefaultExceptionCustomizer.mutualExclusive(java.lang.String parameter,
java.lang.String excludes)
|
OWSException |
ExceptionCustomizer.outputInvalidCombination(org.deegree.commons.tom.ows.CodeType outputParameterId,
java.util.List<org.deegree.commons.utils.Pair<java.lang.String,java.lang.String>> conflictingKVPs)
|
OWSException |
DefaultExceptionCustomizer.outputInvalidCombination(org.deegree.commons.tom.ows.CodeType outputParameterId,
java.util.List<org.deegree.commons.utils.Pair<java.lang.String,java.lang.String>> conflictingKVPs)
|
OWSException |
ExceptionCustomizer.outputInvalidParameter(org.deegree.commons.tom.ows.CodeType outputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
DefaultExceptionCustomizer.outputInvalidParameter(org.deegree.commons.tom.ows.CodeType outputParameterId,
org.deegree.commons.utils.Pair<java.lang.String,java.lang.String> kvp)
|
OWSException |
ExceptionCustomizer.outputNoSuchParameter(org.deegree.commons.tom.ows.CodeType outputParameterId)
|
OWSException |
DefaultExceptionCustomizer.outputNoSuchParameter(org.deegree.commons.tom.ows.CodeType outputParameterId)
|
Methods in org.deegree.services.wps that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
WPService.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Constructors in org.deegree.services.wps with parameters of type OWSException | |
---|---|
ProcessletException(OWSException owsException)
|
Uses of OWSException in org.deegree.services.wps.execute |
---|
Methods in org.deegree.services.wps.execute that throw OWSException | |
---|---|
ExecuteRequest |
ExecuteRequestXMLAdapter.parse100()
Parses the encapsulated WPS 1.0.0 < wps:ExecuteRequest > element. |
static ExecuteRequest |
ExecuteRequestKVPAdapter.parse100(java.util.Map<java.lang.String,java.lang.String> kvpParams,
java.util.Map<org.deegree.commons.tom.ows.CodeType,WPSProcess> idToProcess)
Parses the given WPS 1.0.0 ExecuteRequest KVP request. |
Uses of OWSException in org.deegree.services.wpvs |
---|
Methods in org.deegree.services.wpvs that throw OWSException | |
---|---|
java.awt.image.BufferedImage |
PerspectiveViewService.getImage(GetView request)
Renders an image for requested datasets. |
Uses of OWSException in org.deegree.services.wpvs.controller |
---|
Methods in org.deegree.services.wpvs.controller that return types with arguments of type OWSException | |
---|---|
org.deegree.commons.utils.Pair<XMLExceptionSerializer<OWSException>,java.lang.String> |
WPVSController.getExceptionSerializer(org.deegree.commons.tom.ows.Version requestVersion)
|
Uses of OWSException in org.deegree.services.wpvs.controller.getview |
---|
Methods in org.deegree.services.wpvs.controller.getview that throw OWSException | |
---|---|
static GetView |
GetViewKVPAdapter.create(java.util.Map<java.lang.String,java.lang.String> requestParams,
java.lang.String encoding,
double[] translationVector,
double configuredNearClippingPlane,
double configuredFarClippingPlane)
Factory method to create an instance of GetView from teh parameters in model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |