|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
List<InputType> |
getInputs()
Returns the input parameter descriptions for the process. |
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 List<InputType> getInputs()
null
public List<OutputType> getOutputs()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |