org.deegree.services.wps.execute
Class ExecuteResponse
java.lang.Object
org.deegree.services.wps.execute.ExecuteResponse
public class ExecuteResponse
- extends Object
The response from a process execution.
- Author:
- Alexander Padberg, Andreas Poth, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteResponse
public ExecuteResponse(StorageLocation statusLocation,
URL serviceInstance,
ProcessExecution status,
List<RequestedOutput> outputDefinitions,
ProcessletOutputs outputs,
ExecuteRequest request)
- Creates a new
ExecuteResponse
instance from the given parameters.
- Parameters:
statusLocation
- location where updated ExecuteResponse documents can be polled from or null if the response document
should not be stored as a web-accessible resourceserviceInstance
- GetCapabilities URL of the service that produced the requeststatus
- execution status of the processoutputDefinitions
- outputs
- outputs produced by the processrequest
-
getLineage
public boolean getLineage()
- Returns whether the inputs and requested outputs should be included in the response document.
- Returns:
- true, if they shall be included, false otherwise
getDataInputs
public ProcessletInputs getDataInputs()
- Returns:
- the dataInputs
getExecutionStatus
public ProcessExecution getExecutionStatus()
- Returns:
- the executionStatus
getLanguage
public String getLanguage()
- Returns:
- the language
getOutputDefinitions
public List<RequestedOutput> getOutputDefinitions()
- Returns:
- the outputDefinitions
getProcessDefinition
public ProcessDefinition getProcessDefinition()
- Returns:
- the processDescription
getProcessOutputs
public ProcessletOutputs getProcessOutputs()
- Returns:
- the processOutputs
getServiceInstance
public URL getServiceInstance()
- Returns:
- the serviceInstance
getStatusLocation
public StorageLocation getStatusLocation()
- Returns:
- the statusLocation
getRequest
public ExecuteRequest getRequest()
- Returns:
- the request that lead to this response.
Copyright © 2011. All Rights Reserved.