org.deegree.services.wps.execute
Class ResponseDocument

java.lang.Object
  extended by org.deegree.services.wps.execute.ResponseDocument
All Implemented Interfaces:
ResponseForm

public class ResponseDocument
extends Object
implements ResponseForm

ResponseForm that indicates that the outputs shall be included as part of a WPS response document and defines which parameters actually have to be included.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Method Summary
 boolean getLineage()
          Returns whether the execution input parameters shall be included in the response document.
 List<RequestedOutput> getOutputDefinitions()
          Returns the requirements for the output parameters to be included.
 boolean getStatus()
          Returns whether updated respsonse documents shall be provided.
 boolean getStoreExecuteResponse()
          Returns whether the output document should be stored as a web-accessible resource (asynchronous execution).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOutputDefinitions

public List<RequestedOutput> getOutputDefinitions()
Returns the requirements for the output parameters to be included.

Returns:
the requirements for the output parameters

getStoreExecuteResponse

public boolean getStoreExecuteResponse()
Returns whether the output document should be stored as a web-accessible resource (asynchronous execution).

Returns:
true, if the output document should be stored as a web-accessible resource, false otherwise

getLineage

public boolean getLineage()
Returns whether the execution input parameters shall be included in the response document.

Returns:
true, if the execution input parameters shall be included, false otherwise

getStatus

public boolean getStatus()
Returns whether updated respsonse documents shall be provided.

Returns:
true, if updated respsonse documents shall be provided, false otherwise


Copyright © 2011. All Rights Reserved.