|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessletInputs | |
|---|---|
| org.deegree.services.wps | |
| org.deegree.services.wps.execute | |
| Uses of ProcessletInputs in org.deegree.services.wps |
|---|
| Methods in org.deegree.services.wps with parameters of type ProcessletInputs | |
|---|---|
void |
Processlet.process(ProcessletInputs in,
ProcessletOutputs out,
ProcessletExecutionInfo info)
Called by the ProcessManager to perform the execution of this Processlet. |
| Uses of ProcessletInputs in org.deegree.services.wps.execute |
|---|
| Methods in org.deegree.services.wps.execute that return ProcessletInputs | |
|---|---|
ProcessletInputs |
ExecuteRequest.getDataInputs()
Returns the input parameter values provided to the process. |
ProcessletInputs |
ExecuteResponse.getDataInputs()
|
| Constructors in org.deegree.services.wps.execute with parameters of type ProcessletInputs | |
|---|---|
ExecuteRequest(org.deegree.commons.tom.ows.Version version,
java.lang.String language,
ProcessDefinition processDef,
ProcessletInputs dataInputs,
ResponseForm responseForm)
Creates a new ExecuteRequest instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||