deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.ogcwebservices
Interface OGCWebServiceRequest

All Known Implementing Classes:
AbstractCSWRequest, AbstractOGCWebServiceRequest, AbstractRequest, AbstractWFSRequest, AugmentableGetFeature, CatalogueGetCapabilities, CloseSession, DescribeCoverage, DescribeFeatureType, DescribeLayer, DescribePlatformRequest, DescribeProcessRequest, DescribeRecord, DescribeSensorRequest, DescribeUser, DoService, ExecuteRequest, Get3DFeatureInfo, GetCapabilities, GetCoverage, GetDomain, GetFeature, GetFeatureInfo, GetFeatureWithLock, GetLegendGraphic, GetMap, GetObservationRequest, GetRecordById, GetRecords, GetRepositoryItem, GetResourceByID, GetSession, GetStyles, GetView, Harvest, LockFeature, PrintMap, PutStyles, SOSGetCapabilities, Transaction, Transaction, WASGetCapabilities, WCSGetCapabilities, WCSRequestBase, WCTSGetCapabilities, WFSGetCapabilities, WMPSGetCapabilities, WMPSRequestBase, WMSGetCapabilities, WMSRequestBase, WPSGetCapabilities, WPSRequestBaseType, WPVSGetCapabilities, WPVSRequestBase, WSSGetCapabilities

public interface OGCWebServiceRequest

This is the base interface for all request on OGC Web Services (OWS). Each class that capsulates a request against an OWS has to implements this interface.

Since:
1.0
Version:
1.0, $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
Author:
Andreas Poth, last edited by: $Author: apoth $

Method Summary
 String getId()
           
 String getRequestParameter()
          Deprecated. should be replaced by a factory class TODO
 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 getVendorSpecificParameters()
          Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance the results of a request.
 String getVersion()
           
 

Method Detail

getVendorSpecificParameters

Map getVendorSpecificParameters()
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.

Returns:
the vendor specificparameters

getVendorSpecificParameter

String getVendorSpecificParameter(String name)
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.

Parameters:
name - the "key" of a vsp
Returns:
the value requested by the key

getId

String getId()
Returns:
the ID of a request

getVersion

String getVersion()
Returns:
the requested service version

getServiceName

String getServiceName()
Returns:
the name of the service that is targeted by the request

getRequestParameter

String getRequestParameter()
                           throws OGCWebServiceException
Deprecated. should be replaced by a factory class TODO

Returns:
the URI of a HTTP GET request. If the request doesn't support HTTP GET a WebServiceException will be thrown
Throws:
OGCWebServiceException

deegree 2.2 (2008/12/22 11:33 build-3038-official)

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