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

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

public class ProcessDetails
extends java.lang.Object

Encapsulates the information returned by a DescribeProcess request.

Version:
$Revision: 26188 $, $Date: 2010-08-26 15:29:56 +0200 (Do, 26. Aug 2010) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $

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

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 java.util.List<InputType> getInputs()
Returns the input parameter descriptions for the process.

Returns:
the input parameter descriptions, never null

getOutputs

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

Returns:
the output parameter descriptions, never null


Copyright © 2011. All Rights Reserved.