org.deegree.protocol.wps.client.process
Class ProcessDetails

java.lang.Object
  extended by org.deegree.protocol.wps.client.process.ProcessDetails

public class ProcessDetails
extends Object

Encapsulates the information returned by a DescribeProcess request.

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: mschneider $

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

ProcessDetails

public ProcessDetails(XMLAdapter describeResponse)
Creates a new ProcessDetails instance.

Parameters:
describeResponse - wps:ProcessDescriptions document containing a single ProcessDescription, must not be null
Method Detail

getInputs

public List<InputType> getInputs()
Returns the input parameter descriptions for the process.

Returns:
the input parameter descriptions, never null

getOutputs

public List<OutputType> getOutputs()
Returns the output parameter descriptions for the process.

Returns:
the output parameter descriptions, never null


Copyright © 2011. All Rights Reserved.