|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.process.execute.ExecutionResponse
public class ExecutionResponse
Encapsulates the results from a process execution.
| Constructor Summary | |
|---|---|
ExecutionResponse(URL statusLocation,
ExecutionStatus status,
ExecutionOutput[] outputs)
|
|
| Method Summary | |
|---|---|
ExecutionOutputs |
getOutputs()
Returns the output parameters from the process execution. |
ExecutionStatus |
getStatus()
Returns the current status of the process execution. |
URL |
getStatusLocation()
Returns the status location for fetching updated response documents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionResponse(URL statusLocation,
ExecutionStatus status,
ExecutionOutput[] outputs)
statusLocation - may be nullstatus - may be nulloutputs - never null| Method Detail |
|---|
public URL getStatusLocation()
null (in synchronous mode)public ExecutionStatus getStatus()
nullpublic ExecutionOutputs getOutputs()
NOTE: This method may only be called when the process is in state WPSConstants.ExecutionState.SUCCEEDED.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||