deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

org.deegree.services.controller.wps.execute
Class ResponseDocument

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

public class ResponseDocument
extends Object
implements ResponseForm

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 $

Constructor Summary
ResponseDocument(List<RequestedOutput> outputDefinitions, boolean storeExecuteResponse, boolean lineage, boolean status)
          Creates a new ResponseDocument instance.
 
Method Summary
 boolean getLineage()
           
 List<RequestedOutput> getOutputDefinitions()
          Returns the requirements for the output parameters to be included.
 boolean getStatus()
           
 boolean getStoreExecuteResponse()
          Returns whether the output document should be returned directly or stored as a web-accessible resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseDocument

ResponseDocument(List<RequestedOutput> outputDefinitions,
                 boolean storeExecuteResponse,
                 boolean lineage,
                 boolean status)
Creates a new ResponseDocument instance.

Parameters:
outputDefinitions -
storeExecuteResponse -
lineage -
status -
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 returned directly or stored as a web-accessible resource.

Returns:
true, if the output document should be stored as a web-accessible resource, false if a direct response is requested

getLineage

public boolean getLineage()
Returns:

getStatus

public boolean getStatus()
Returns:

deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>