|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.WPSProcess
public class WPSProcess
Encapsulates the information of one process offered by a WPS and allows to execute it.
WPSClient| Constructor Summary | |
|---|---|
WPSProcess()
|
|
| Method Summary | |
|---|---|
Object |
execute(Object inputs)
|
String |
getAbstract()
Returns the process abstract. |
String |
getId()
Returns the process identifier. |
Object |
getInputParamDeclarations()
|
Object |
getOutputParamDeclarations()
|
String |
getTitle()
Returns the process title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WPSProcess()
| Method Detail |
|---|
public String getId()
public String getTitle()
public String getAbstract()
public Object execute(Object inputs)
public Object getInputParamDeclarations()
public Object getOutputParamDeclarations()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||