|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.process.ProcessDetails
public class ProcessDetails
Encapsulates the information returned by a DescribeProcess request.
| Constructor Summary | |
|---|---|
ProcessDetails(XMLAdapter describeResponse)
Creates a new ProcessDetails instance. |
|
| Method Summary | |
|---|---|
java.util.List<InputType> |
getInputs()
Returns the input parameter descriptions for the process. |
java.util.List<OutputType> |
getOutputs()
Returns the output parameter descriptions for the process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessDetails(XMLAdapter describeResponse)
ProcessDetails instance.
describeResponse - wps:ProcessDescriptions document containing a single ProcessDescription, must not be null| Method Detail |
|---|
public java.util.List<InputType> getInputs()
nullpublic java.util.List<OutputType> getOutputs()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||