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

org.deegree.protocol.wps.client
Class WPSClient

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

public class WPSClient
extends Object

Handles the communication with a Web Processing Service (WPS).

Version:
$Revision: 22310 $, $Date: 2010-01-29 12:22:52 +0100 (Fr, 29 Jan 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
WPSClient(String serviceUrl)
          Creates a new WPSClient instance that connects to the specified service.
 
Method Summary
 String getAbstract()
          Returns the abstract of the service.
 Collection<WPSProcess> getProcesses()
          Returns all processes offered by the service.
 WPSProcess getProcesses(String processId)
          Returns the process with the specified id.
 String getTitle()
          Returns the title of the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPSClient

public WPSClient(String serviceUrl)
Creates a new WPSClient instance that connects to the specified service.

Parameters:
serviceUrl - url of the WPS service to connect
Method Detail

getTitle

public String getTitle()
Returns the title of the service.

Returns:
title of the service

getAbstract

public String getAbstract()
Returns the abstract of the service.

Returns:
abstract of the service

getProcesses

public Collection<WPSProcess> getProcesses()
Returns all processes offered by the service.

Returns:
processes offered by the service, never null

getProcesses

public WPSProcess getProcesses(String processId)
Returns the process with the specified id.

Parameters:
processId - id of the process
Returns:
process with the specified id or null if no such process is offered by the service

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

]]>