|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.WPSRequest org.deegree.services.wps.execute.ExecuteRequest
public class ExecuteRequest
Represents a WPS Execute
request.
Constructor Summary | |
---|---|
ExecuteRequest(Version version,
String language,
ProcessDefinition processDef,
ProcessletInputs dataInputs,
ResponseForm responseForm)
Creates a new ExecuteRequest instance. |
Method Summary | |
---|---|
ProcessletInputs |
getDataInputs()
Returns the input parameter values provided to the process. |
ProcessDefinition |
getProcessDefinition()
Returns the definition of the process to be executed. |
CodeType |
getProcessId()
Returns the identifier of the process to be executed. |
ResponseForm |
getResponseForm()
Returns the requested response type. |
String |
toString()
|
Methods inherited from class org.deegree.protocol.wps.WPSRequest |
---|
getLanguage, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecuteRequest(Version version, String language, ProcessDefinition processDef, ProcessletInputs dataInputs, ResponseForm responseForm)
ExecuteRequest
instance.
version
- WPS protocol versionlanguage
- RFC 4646 language code of the human-readable text, may be nullprocessDef
- definition of the process to be executeddataInputs
- input (or parameter) values provided to the process, may be nullresponseForm
- defines the response type of the WPS, may be nullMethod Detail |
---|
public CodeType getProcessId()
public ProcessDefinition getProcessDefinition()
public ProcessletInputs getDataInputs()
public ResponseForm getResponseForm()
public String toString()
toString
in class WPSRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |