deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.protocol.wps.client
Class WPSProcess

java.lang.Object
  extended by org.deegree.protocol.wps.client.WPSProcess

public class WPSProcess
extends Object

Encapsulates the information of one process offered by a WPS and allows to execute it.

Version:
$Revision: 22310 $, $Date: 2010-01-29 12:22:52 +0100 (Fr, 29 Jan 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
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

WPSProcess

public WPSProcess()
Method Detail

getId

public String getId()
Returns the process identifier.

Returns:
identifier of the process

getTitle

public String getTitle()
Returns the process title.

Returns:
title of the process

getAbstract

public String getAbstract()
Returns the process abstract.

Returns:
abstract of the process

execute

public Object execute(Object inputs)

getInputParamDeclarations

public Object getInputParamDeclarations()

getOutputParamDeclarations

public Object getOutputParamDeclarations()

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>