|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.process.execute.ResponseFormat
public class ResponseFormat
Encapsulates the requested settings for a process execution response.
Constructor Summary | |
---|---|
ResponseFormat(boolean rawOutput,
boolean storeResponse,
boolean includeInputs,
boolean updateStatus,
List<OutputFormat> outputDefs)
Creates a new ResponseFormat instance. |
Method Summary | |
---|---|
List<OutputFormat> |
getOutputDefinitions()
Returns the requested outputs. |
boolean |
includeInputs()
Returns whether the input parameters should be repeated in the response (lineage). |
boolean |
returnRawOutput()
Returns whether the output should be "raw" (just one output parameter) instead of a response document. |
boolean |
storeResponse()
Returns whether the server should store the output response (and provide a web-accessible URL in the response document). |
boolean |
updateStatus()
Returns whether the server should provide updated response documents (asynchronous execution). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseFormat(boolean rawOutput, boolean storeResponse, boolean includeInputs, boolean updateStatus, List<OutputFormat> outputDefs)
ResponseFormat
instance.
rawOutput
- true, if a raw response is requested, false means response documentstoreResponse
- true, if the server should store the output response (and provide a web-accessible URL for it), false
otherwiseincludeInputs
- true, if the input parameters should be repeated in the response (lineage), false otherwiseupdateStatus
- true, if the server should provide updated response documents (asynchronous execution), false
otherwiseoutputDefs
- the requested outputs, can be empty (indicates to return all outputs), but must not be
null
Method Detail |
---|
public boolean returnRawOutput()
public boolean storeResponse()
public boolean includeInputs()
public boolean updateStatus()
public List<OutputFormat> getOutputDefinitions()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |