org.deegree.ogcwebservices.wps
Class WPSRequestBaseType
java.lang.Object
org.deegree.ogcwebservices.AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.wps.WPSRequestBaseType
- All Implemented Interfaces:
- java.io.Serializable, OGCWebServiceRequest
- Direct Known Subclasses:
- DescribeProcessRequest, ExecuteRequest
public class WPSRequestBaseType
- extends AbstractOGCWebServiceRequest
WPSRequestBaseType.java
Created on 09.03.2006. 22:47:16h
WPS operation request base, for all WPS operations except GetCapabilities. In this XML encoding,
no "request" parameter is included, since the element name specifies the specific operation.
- Since:
- 2.0
- Version:
- 1.0
- Author:
- Christian Kiehle, Christian Heier
- See Also:
- Serialized Form
Field Summary |
protected static java.lang.String |
service
Service type identifier. |
protected static java.lang.String |
supportedVersion
Version identifier. |
Constructor Summary |
WPSRequestBaseType(java.lang.String version,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
service
protected static final java.lang.String service
- Service type identifier.
- See Also:
- Constant Field Values
supportedVersion
protected static final java.lang.String supportedVersion
- Version identifier.
- See Also:
- Constant Field Values
WPSRequestBaseType
public WPSRequestBaseType(java.lang.String version,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter)
- Parameters:
version
- id
- vendorSpecificParameter
-
getVersion
public java.lang.String getVersion()
- Description copied from class:
AbstractOGCWebServiceRequest
- returns the requested service version
- Specified by:
getVersion
in interface OGCWebServiceRequest
- Overrides:
getVersion
in class AbstractOGCWebServiceRequest
- Returns:
- Returns the version.
extractVersionParameter
protected static java.lang.String extractVersionParameter(java.util.Map<java.lang.String,java.lang.String> request)
throws MissingParameterValueException,
InvalidParameterValueException
- Parameters:
request
-
- Returns:
- the version parameter.
- Throws:
MissingParameterValueException
InvalidParameterValueException
getServiceName
public java.lang.String getServiceName()
- Returns:
- the name of the service that is targeted by the request
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org