deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.enterprise.servlet
Class GetMapFilter.DummyRequest

java.lang.Object
  extended by org.deegree.enterprise.servlet.GetMapFilter.DummyRequest
All Implemented Interfaces:
OGCWebServiceRequest
Enclosing class:
GetMapFilter

public static class GetMapFilter.DummyRequest
extends 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 $

Constructor Summary
GetMapFilter.DummyRequest(OGCWebServiceRequest req)
           
 
Method Summary
 String getId()
           
 String getRequestParameter()
           
 String getServiceName()
           
 String getVendorSpecificParameter(String name)
          Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance the results of a request.
 Map<String,String> getVendorSpecificParameters()
          Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance the results of a request.
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMapFilter.DummyRequest

public GetMapFilter.DummyRequest(OGCWebServiceRequest req)
Parameters:
req -
Method Detail

getId

public String getId()
Specified by:
getId in interface OGCWebServiceRequest
Returns:
the ID of a request

getRequestParameter

public 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 String getServiceName()
Specified by:
getServiceName in interface OGCWebServiceRequest
Returns:
the name of the service that is targeted by the request

getVendorSpecificParameter

public String getVendorSpecificParameter(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 Map<String,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 specificparameters

getVersion

public String getVersion()
Specified by:
getVersion in interface OGCWebServiceRequest
Returns:
the requested service version

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org