org.deegree.ogcwebservices.wps.describeprocess
Class DescribeProcessRequest
java.lang.Object
org.deegree.ogcwebservices.AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.wps.WPSRequestBaseType
org.deegree.ogcwebservices.wps.describeprocess.DescribeProcessRequest
- All Implemented Interfaces:
- java.io.Serializable, OGCWebServiceRequest
public class DescribeProcessRequest
- extends WPSRequestBaseType
DescribeProcessRequest.java
Created on 09.03.2006. 22:33:16h
WPS DescribeProcess operation request.
- Version:
- $Revision: 18195 $, $Date:20.03.2007$
- Author:
- Christian Kiehle, Christian Heier, last edited by: $Author:wanhoff$
- See Also:
- Serialized Form
Field Summary |
protected java.util.List<Code> |
identifier
Unordered list of one or more identifiers of the processes for which the client is requesting detailed
descriptions. |
Constructor Summary |
DescribeProcessRequest(java.lang.String version,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
java.util.List<Code> identifier)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
identifier
protected java.util.List<Code> identifier
- Unordered list of one or more identifiers of the processes for which the client is requesting detailed
descriptions. This element shall be repeated for each process for which a description is requested. These
Identifiers are unordered, but the WPS shall return the descriptions in the order in which they were requested.
DescribeProcessRequest
public DescribeProcessRequest(java.lang.String version,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
java.util.List<Code> identifier)
- Parameters:
version
- id
- vendorSpecificParameter
- identifier
-
getIdentifier
public java.util.List<Code> getIdentifier()
- Returns:
- Returns the identifier.
create
public static DescribeProcessRequest create(java.lang.String id,
java.lang.String request)
throws InvalidParameterValueException,
MissingParameterValueException
- Creates a WPSDescribeProcess Request class representation from a key/value pair encoded request
- Parameters:
id
- request
-
- Returns:
- the bean created from the request.
- Throws:
InvalidParameterValueException
MissingParameterValueException
create
public static DescribeProcessRequest create(java.util.Map<java.lang.String,java.lang.String> request)
throws InvalidParameterValueException,
MissingParameterValueException
- Parameters:
request
-
- Returns:
- the bean created from the given kvp
- Throws:
InvalidParameterValueException
MissingParameterValueException
create
public static DescribeProcessRequest create(java.lang.String id,
org.w3c.dom.Element element)
throws OGCWebServiceException
- XML-coded decribe process request currently not supported. This is not a mandatory operation.
- Parameters:
id
- element
-
- Returns:
- the bean created from the xml node
- Throws:
OGCWebServiceException
MissingParameterValueException
InvalidParameterValueException
- See Also:
- "OGC 05-007r4 Subclause 9.2.3"
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org