org.deegree.protocol.wps.describeprocess
Class DescribeProcessRequest

java.lang.Object
  extended by org.deegree.protocol.wps.WPSRequest
      extended by org.deegree.protocol.wps.describeprocess.DescribeProcessRequest

public class DescribeProcessRequest
extends WPSRequest

Represents a WPS DescribeProcess request.

Version:
$Revision: 23152 $, $Date: 08.05.2008 14:22:05$
Author:
Alexander Padberg, Markus Schneider, last edited by: $Author: padberg$

Constructor Summary
DescribeProcessRequest(Version version, String language, List<CodeType> identifiers)
          Creates a new DescribeProcessRequest instance.
 
Method Summary
 List<CodeType> getIdentifiers()
          Returns the identifiers of the processes to be described.
 String toString()
           
 
Methods inherited from class org.deegree.protocol.wps.WPSRequest
getLanguage, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeProcessRequest

public DescribeProcessRequest(Version version,
                              String language,
                              List<CodeType> identifiers)
Creates a new DescribeProcessRequest instance.

Parameters:
version - WPS protocol version
language - RFC 4646 language code of the human-readable text
identifiers - identifiers for the processes to be described
Method Detail

getIdentifiers

public List<CodeType> getIdentifiers()
Returns the identifiers of the processes to be described.

Returns:
the identifiers, contains at least one identifier (or 'ALL')

toString

public String toString()
Overrides:
toString in class WPSRequest


Copyright © 2011. All Rights Reserved.