|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OWSException | |
---|---|
org.deegree.protocol.ows | |
org.deegree.protocol.wps.client | |
org.deegree.protocol.wps.client.process | |
org.deegree.protocol.wps.client.process.execute |
Uses of OWSException in org.deegree.protocol.ows |
---|
Methods in org.deegree.protocol.ows that return OWSException | |
---|---|
static OWSException |
OWSExceptionReader.parseException(javax.xml.stream.XMLStreamReader reader)
Precondition: cursor must point at the START_ELEMENT event (<ows:ExceptionReport>)
Postcondition: cursor points at the corresponding END_ELEMENT event
(</ows:ExceptionReport>)
|
Uses of OWSException in org.deegree.protocol.wps.client |
---|
Constructors in org.deegree.protocol.wps.client that throw OWSException | |
---|---|
WPSClient(java.net.URL capabilitiesURL)
Creates a new WPSClient instance. |
Uses of OWSException in org.deegree.protocol.wps.client.process |
---|
Methods in org.deegree.protocol.wps.client.process that return OWSException | |
---|---|
OWSException |
ProcessExecution.getExceptionReport()
Returns the exception report. |
Methods in org.deegree.protocol.wps.client.process that throw OWSException | |
---|---|
ExecutionOutputs |
ProcessExecution.execute()
Executes the process and returns the outputs. |
void |
ProcessExecution.executeAsync()
Executes the process asynchronously. |
ComplexOutput |
RawProcessExecution.executeComplexOutput(java.lang.String id,
java.lang.String idCodeSpace,
java.lang.String mimeType,
java.lang.String encoding,
java.lang.String schema)
Executes the process and returns the specified complex output. |
InputType[] |
Process.getInputTypes()
Returns the descriptions for all input parameters of the process. |
ExecutionOutputs |
ProcessExecution.getOutputs()
Returns the outputs of the process execution. |
OutputType[] |
Process.getOutputTypes()
Returns the descriptions for all output parameters of the process. |
WPSConstants.ExecutionState |
ProcessExecution.getState()
Returns the current state of the execution. |
boolean |
Process.getStatusSupported()
Returns whether the process supports polling of status information during asynchronous execution. |
boolean |
Process.getStoreSupported()
Returns whether the process supports storing of the response document (=asynchronous execution). |
Uses of OWSException in org.deegree.protocol.wps.client.process.execute |
---|
Methods in org.deegree.protocol.wps.client.process.execute that return OWSException | |
---|---|
OWSException |
ExecutionStatus.getExceptionReport()
Returns the exception report. |
Constructors in org.deegree.protocol.wps.client.process.execute with parameters of type OWSException | |
---|---|
ExecutionStatus(WPSConstants.ExecutionState state,
java.lang.String statusMsg,
java.lang.Integer percent,
java.lang.String creationTime,
OWSException exceptionReport)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |