Uses of Interface
org.deegree.services.wps.execute.ResponseForm

Packages that use ResponseForm
org.deegree.services.wps.execute   
 

Uses of ResponseForm in org.deegree.services.wps.execute
 

Classes in org.deegree.services.wps.execute that implement ResponseForm
 class RawDataOutput
          Indicates that a single output parameter shall be returned directly as raw data without an encapsulating WPS response document.
 class ResponseDocument
          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.
 

Methods in org.deegree.services.wps.execute that return ResponseForm
 ResponseForm ExecuteRequest.getResponseForm()
          Returns the requested response type.
 

Constructors in org.deegree.services.wps.execute with parameters of type ResponseForm
ExecuteRequest(Version version, String language, ProcessDefinition processDef, ProcessletInputs dataInputs, ResponseForm responseForm)
          Creates a new ExecuteRequest instance.
 



Copyright © 2011. All Rights Reserved.