org.deegree.enterprise.servlet
Class GetMapFilter.DummyRequest
java.lang.Object
org.deegree.enterprise.servlet.GetMapFilter.DummyRequest
- All Implemented Interfaces:
- OGCWebServiceRequest
- Enclosing class:
- GetMapFilter
public static class GetMapFilter.DummyRequest
- extends java.lang.Object
- implements OGCWebServiceRequest
DummyRequest
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Schmitz, last edited by: $Author: mschneider $
Method Summary |
java.lang.String |
getId()
|
java.lang.String |
getRequestParameter()
|
java.lang.String |
getServiceName()
|
java.lang.String |
getVendorSpecificParameter(java.lang.String name)
Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance
the results of a request. |
java.util.Map<java.lang.String,java.lang.String> |
getVendorSpecificParameters()
Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance
the results of a request. |
java.lang.String |
getVersion()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetMapFilter.DummyRequest
public GetMapFilter.DummyRequest(OGCWebServiceRequest req)
- Parameters:
req
-
getId
public java.lang.String getId()
- Specified by:
getId
in interface OGCWebServiceRequest
- Returns:
- the ID of a request
getRequestParameter
public java.lang.String getRequestParameter()
throws OGCWebServiceException
- Specified by:
getRequestParameter
in interface OGCWebServiceRequest
- Returns:
- the URI of a HTTP GET request. If the request doesn't support HTTP GET a
WebServiceException will be thrown
- Throws:
OGCWebServiceException
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceName
in interface OGCWebServiceRequest
- Returns:
- the name of the service that is targeted by the request
getVendorSpecificParameter
public java.lang.String getVendorSpecificParameter(java.lang.String name)
- Description copied from interface:
OGCWebServiceRequest
- Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance
the results of a request. Typically, these are used for private testing of non-standard
functionality prior to possible standardization. A generic client is not required or expected
to make use of these VSPs.
- Specified by:
getVendorSpecificParameter
in interface OGCWebServiceRequest
- Parameters:
name
- the "key" of a vsp
- Returns:
- the value requested by the key
getVendorSpecificParameters
public java.util.Map<java.lang.String,java.lang.String> getVendorSpecificParameters()
- Description copied from interface:
OGCWebServiceRequest
- Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance
the results of a request. Typically, these are used for private testing of non-standard
functionality prior to possible standardization. A generic client is not required or expected
to make use of these VSPs.
- Specified by:
getVendorSpecificParameters
in interface OGCWebServiceRequest
- Returns:
- the vendor specific parameters
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface OGCWebServiceRequest
- Returns:
- the requested service version
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org