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

Uses of Interface
org.deegree.ogcwebservices.OGCWebServiceRequest

Packages that use OGCWebServiceRequest
org.deegree.enterprise.servlet NEW Package. 
org.deegree.framework.concurrent   
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.csw.manager   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.describeplatform   
org.deegree.ogcwebservices.sos.describesensor   
org.deegree.ogcwebservices.sos.getobservation   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was   
org.deegree.ogcwebservices.wass.was.operation   
org.deegree.ogcwebservices.wass.wss   
org.deegree.ogcwebservices.wass.wss.operation   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wcts   
org.deegree.ogcwebservices.wcts.operation   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.operation   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.describeprocess   
org.deegree.ogcwebservices.wps.execute   
org.deegree.ogcwebservices.wpvs The WPVS (Web Perspective View Service) package is the 3D analogon to a WMS (Web Map Service), it is able to generate a 3D-view of (2D or 3D) geospatial data. 
org.deegree.ogcwebservices.wpvs.operation   
org.deegree.security.owsproxy   
org.deegree.security.owsrequestvalidator   
org.deegree.security.owsrequestvalidator.csw   
org.deegree.security.owsrequestvalidator.wfs   
org.deegree.security.owsrequestvalidator.wms   
 

Uses of OGCWebServiceRequest in org.deegree.enterprise.servlet
 

Methods in org.deegree.enterprise.servlet with parameters of type OGCWebServiceRequest
 void WPVSHandler.perform(OGCWebServiceRequest request, HttpServletResponse httpResponse)
          Performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 void WFSHandler.perform(OGCWebServiceRequest request, HttpServletResponse httpResponse)
          Performs the given OGCWebServiceRequest on the WFService and sends the response to the given HttpServletResponse object.
 void WCSHandler.perform(OGCWebServiceRequest request, HttpServletResponse response)
           
 void CSWHandler.perform(OGCWebServiceRequest request, HttpServletResponse httpResponse)
           
 void WMPSHandler.perform(OGCWebServiceRequest request, HttpServletResponse response)
          performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 void WASSHandler.perform(OGCWebServiceRequest request, HttpServletResponse response)
           
 void WPSHandler.perform(OGCWebServiceRequest request, HttpServletResponse httpServletResponse)
           
 void ServiceDispatcher.perform(OGCWebServiceRequest request, HttpServletResponse response)
           
 void WMSHandler.perform(OGCWebServiceRequest request, HttpServletResponse response)
          performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 void SOSHandler.perform(OGCWebServiceRequest request, HttpServletResponse response)
           
 

Uses of OGCWebServiceRequest in org.deegree.framework.concurrent
 

Fields in org.deegree.framework.concurrent declared as OGCWebServiceRequest
(package private)  OGCWebServiceRequest DoServiceTask.request
           
 

Constructors in org.deegree.framework.concurrent with parameters of type OGCWebServiceRequest
DoServiceTask(OGCWebService webService, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices
 

Classes in org.deegree.ogcwebservices that implement OGCWebServiceRequest
 class AbstractOGCWebServiceRequest
          This is the abstract base class for all requests to OGC Web Services (OWS).
 

Fields in org.deegree.ogcwebservices declared as OGCWebServiceRequest
protected  OGCWebServiceRequest DefaultOGCWebServiceResponse.request
           
 

Methods in org.deegree.ogcwebservices that return OGCWebServiceRequest
static OGCWebServiceRequest OGCRequestFactory.create(ServletRequest request)
          Creates an OGCWebServiceRequest from the content contained within the passed request.
static OGCWebServiceRequest OGCRequestFactory.createFromKVP(Map<String,String> map)
          Creates an instance of an AbstractOGCWebServiceRequest from the passed KVP encoded request.
static OGCWebServiceRequest OGCRequestFactory.createFromXML(Document doc)
          Creates an instance of an AbstractOGCWebServiceRequest from the passed DOM object.
 OGCWebServiceRequest DefaultOGCWebServiceResponse.getRequest()
          returns the request that causes the response.
 OGCWebServiceRequest OGCWebServiceResponse.getRequest()
          returns the request that causes the response.
 

Methods in org.deegree.ogcwebservices with parameters of type OGCWebServiceRequest
 Object OGCWebService.doService(OGCWebServiceRequest request)
          the implementation of this method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method
 

Constructors in org.deegree.ogcwebservices with parameters of type OGCWebServiceRequest
DefaultOGCWebServiceResponse(OGCWebServiceRequest request)
          constructor initializing the class with the
DefaultOGCWebServiceResponse(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.csw
 

Classes in org.deegree.ogcwebservices.csw that implement OGCWebServiceRequest
 class AbstractCSWRequest
          Abstract base class for requests to catalogue services (CSW).
 

Methods in org.deegree.ogcwebservices.csw with parameters of type OGCWebServiceRequest
 Object CatalogueService.doService(OGCWebServiceRequest request)
          Method for event based request processing.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.csw.capabilities
 

Classes in org.deegree.ogcwebservices.csw.capabilities that implement OGCWebServiceRequest
 class CatalogueGetCapabilities
          Class representation of an OGC-GetCapabilities request in CSW flavour.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.csw.discovery
 

Classes in org.deegree.ogcwebservices.csw.discovery that implement OGCWebServiceRequest
 class DescribeRecord
          The mandatory DescribeRecord operation allows a client to discover elements of the information model supported by the target catalogue service.
 class GetDomain
          The optional GetDomain operation is used to obtain runtime information about the range of values of a metadata record element or request parameter.
 class GetRecordById
          The mandatory GetRecordById request retrieves the default representation of catalogue records using their identifier.
 class GetRecords
          Class representation of a GetRecords request.
 class GetRepositoryItem
          The GetRepositoryItem class encapsulates the data of a request for a repository item.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.csw.manager
 

Classes in org.deegree.ogcwebservices.csw.manager that implement OGCWebServiceRequest
 class Harvest
           The general model defines two operations in the Manager class that may be used to create or update records in the catalogue.
 class Transaction
          A Transaction defines an atomic unit of work and is a container for one or more insert, update and/or delete actions.
 

Constructors in org.deegree.ogcwebservices.csw.manager with parameters of type OGCWebServiceRequest
HarvestResult(OGCWebServiceRequest request, int totalInserted, int totalDeleted, int totalUpdated, InsertResults results)
           
TransactionResult(OGCWebServiceRequest transaction, int totalInserted, int totalDeleted, int totalUpdated, InsertResults results)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.getcapabilities
 

Classes in org.deegree.ogcwebservices.getcapabilities that implement OGCWebServiceRequest
 class GetCapabilities
          Each OGC Web Service must be able to describe its capabilities.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos with parameters of type OGCWebServiceRequest
 Object SOService.doService(OGCWebServiceRequest request)
          checks the request and do service
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.sos.capabilities
 

Classes in org.deegree.ogcwebservices.sos.capabilities that implement OGCWebServiceRequest
 class SOSGetCapabilities
          represents a sOs getCapabilities Request
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.sos.describeplatform
 

Classes in org.deegree.ogcwebservices.sos.describeplatform that implement OGCWebServiceRequest
 class DescribePlatformRequest
          represent a DescribePlatformRequest
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.sos.describesensor
 

Classes in org.deegree.ogcwebservices.sos.describesensor that implement OGCWebServiceRequest
 class DescribeSensorRequest
          represents a DescribeSensor Request
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.sos.getobservation
 

Classes in org.deegree.ogcwebservices.sos.getobservation that implement OGCWebServiceRequest
 class GetObservationRequest
          represent a getObservation request
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.common
 

Classes in org.deegree.ogcwebservices.wass.common that implement OGCWebServiceRequest
 class AbstractRequest
          Base class for the GDI NRW access control specification's requests.
 class CloseSession
          Encapsulated data: CloseSession element Namespace: http://www.gdi-nrw.de/session
 class GetSession
          Encapsulated data: GetSession element Namespace: http://www.gdi-nrw.de/session
 

Methods in org.deegree.ogcwebservices.wass.common that return OGCWebServiceRequest
static OGCWebServiceRequest GetSession.create(String id, Element documentElement)
           
static OGCWebServiceRequest CloseSession.create(String id, Element documentElement)
           
static OGCWebServiceRequest GetSession.create(String id, Map<String,String> kvp)
           
static OGCWebServiceRequest CloseSession.create(String id, Map<String,String> kvp)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.was
 

Methods in org.deegree.ogcwebservices.wass.was with parameters of type OGCWebServiceRequest
 Object WAService.doService(OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.was.operation
 

Classes in org.deegree.ogcwebservices.wass.was.operation that implement OGCWebServiceRequest
 class DescribeUser
          DescribeUser is the request class for the deegree specific DescribeUser operation.
 class WASGetCapabilities
          This is the bean class for the WAS GetCapabilities operation.
 

Methods in org.deegree.ogcwebservices.wass.was.operation that return OGCWebServiceRequest
static OGCWebServiceRequest WASGetCapabilities.create(String id, Element documentElement)
           
static OGCWebServiceRequest WASGetCapabilities.create(String id, Map<String,String> kvp)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.wss
 

Methods in org.deegree.ogcwebservices.wass.wss with parameters of type OGCWebServiceRequest
 Object WSService.doService(OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.wss.operation
 

Classes in org.deegree.ogcwebservices.wass.wss.operation that implement OGCWebServiceRequest
 class DoService
          The DoService class represents (a bean) a DoService Operation which is send by a client (or other server) which is checked by the wss for the right credentials and than send to the requested serviceprovider.
 class WSSGetCapabilities
          The WSS specific GetCapabilities request parameters are stored in this "bean".
 

Methods in org.deegree.ogcwebservices.wass.wss.operation that return OGCWebServiceRequest
static OGCWebServiceRequest WSSGetCapabilities.create(String id, Element documentElement)
           
static OGCWebServiceRequest DoService.create(String id, Element documentElement)
           
static OGCWebServiceRequest WSSGetCapabilities.create(String id, Map<String,String> kvp)
           
static OGCWebServiceRequest DoService.create(String id, Map<String,String> kvp)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcs
 

Classes in org.deegree.ogcwebservices.wcs that implement OGCWebServiceRequest
 class WCSRequestBase
           
 

Methods in org.deegree.ogcwebservices.wcs with parameters of type OGCWebServiceRequest
 Object WCService.doService(OGCWebServiceRequest request)
          method for event based request procrssing
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcs.describecoverage
 

Classes in org.deegree.ogcwebservices.wcs.describecoverage that implement OGCWebServiceRequest
 class DescribeCoverage
          A DescribeCoverage request lists the coverages to be described, identified by the Coverage parameter.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcapabilities
 

Classes in org.deegree.ogcwebservices.wcs.getcapabilities that implement OGCWebServiceRequest
 class WCSGetCapabilities
          Each Web Coverage Server must describe its capabilities.
 

Methods in org.deegree.ogcwebservices.wcs.getcapabilities with parameters of type OGCWebServiceRequest
static void WCSRequestValidator.validate(WCSCapabilities capabilities, OGCWebServiceRequest request)
          validates the passed AbstractOGCWebServiceRequest which must be a request that is known by a WCS against the passed WCSCapabilities
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcoverage
 

Classes in org.deegree.ogcwebservices.wcs.getcoverage that implement OGCWebServiceRequest
 class GetCoverage
          encapsulates a WCS GetCoverage request
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcts
 

Methods in org.deegree.ogcwebservices.wcts with parameters of type OGCWebServiceRequest
 Object WCTService.doService(OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wcts.operation
 

Classes in org.deegree.ogcwebservices.wcts.operation that implement OGCWebServiceRequest
 class GetResourceByID
          GetResourceByID encapsulates the xml-dom representation or kvp request parameters of a GetResourceById request.
 class WCTSGetCapabilities
          WCTSGetCapabilities bean representation of a GetCapabilities request.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type OGCWebServiceRequest
 Object WFService.doService(OGCWebServiceRequest request)
          Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method.
 Object RemoteWFService.doService(OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wfs.operation
 

Classes in org.deegree.ogcwebservices.wfs.operation that implement OGCWebServiceRequest
 class AbstractWFSRequest
          Abstract base class for requests to web feature services.
 class AugmentableGetFeature
          "Proxy" GetFeature request object, only created by GetFeature.create(Map) if the FEATUREID parameter is used without TYPENAME parameter.
 class DescribeFeatureType
          Represents a DescribeFeatureType request to a web feature service.
 class GetFeature
          Represents a GetFeature request to a web feature service.
 class GetFeatureWithLock
          Represents a GetFeatureWithLock request to a web feature service.
 class LockFeature
          Represents a LockFeature request to a web feature service.
 class WFSGetCapabilities
          Represents a GetCapabilities request to a web feature service.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wmps
 

Methods in org.deegree.ogcwebservices.wmps with parameters of type OGCWebServiceRequest
 Object WMPService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 Object RemoteWMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wmps.operation
 

Classes in org.deegree.ogcwebservices.wmps.operation that implement OGCWebServiceRequest
 class PrintMap
          This interface describes the access to the parameters of a PrintMap request.
 class WMPSGetCapabilities
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
(package private)  class WMPSRequestBase
          Class represents the Request Base.
 

Methods in org.deegree.ogcwebservices.wmps.operation with parameters of type OGCWebServiceRequest
static WMPSGetCapabilitiesResult WMPSProtocolFactory.createGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception, WMPSCapabilities capabilities)
          creates an instance of a WMPSGetCapabilitiesResult object
 

Constructors in org.deegree.ogcwebservices.wmps.operation with parameters of type OGCWebServiceRequest
PrintMapResponseDocument(OGCWebServiceRequest request)
           
WMPSGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the *
WMPSGetCapabilitiesResult(OGCWebServiceRequest request, WMPSCapabilities capabilities)
          constructor initializing the class with the
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms with parameters of type OGCWebServiceRequest
 Object RemoteWMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 Object WMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wms.operation
 

Classes in org.deegree.ogcwebservices.wms.operation that implement OGCWebServiceRequest
 class DescribeLayer
          DescribeLayer
 class GetFeatureInfo
           
 class GetLegendGraphic
           
 class GetMap
          This interface describes the access to the parameters of a GeMap request.
 class GetStyles
          --------------------------------------------------------
 class PutStyles
           
 class WMSGetCapabilities
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
(package private)  class WMSRequestBase
           
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type OGCWebServiceRequest
static WMSGetCapabilitiesResult WMSProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WMSConfigurationType capabilities)
          creates an instance of a WMSGetCapabilitiesResult object
static GetFeatureInfoResult WMSProtocolFactory.createGetFeatureInfoResponse(OGCWebServiceRequest request, OGCWebServiceException exception, String featureInfo)
          creates a WFSGetFeatureInfoResponse object
static GetLegendGraphicResult WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request, Object legendGraphic)
           
static GetMapResult WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request, OGCWebServiceException exception, Object response)
          creates a WFSGetMapResponse object
 

Constructors in org.deegree.ogcwebservices.wms.operation with parameters of type OGCWebServiceRequest
GetFeatureInfoResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the <WMSFeatureInfoResponse>
GetFeatureInfoResult(OGCWebServiceRequest request, String featureInfo)
          constructor initializing the class with the <WMSFeatureInfoResponse>
GetLegendGraphicResult(OGCWebServiceRequest request, Object legendGraphic)
          constructor initializing the class
GetLegendGraphicResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class
GetMapResult(OGCWebServiceRequest request, Object map)
          constructor initializing the class with the
GetMapResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
WMSGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
WMSGetCapabilitiesResult(OGCWebServiceRequest request, WMSConfigurationType capabilities)
          constructor initializing the class with the
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wps
 

Classes in org.deegree.ogcwebservices.wps that implement OGCWebServiceRequest
 class WPSRequestBaseType
          WPSRequestBaseType.java Created on 09.03.2006. 22:47:16h WPS operation request base, for all WPS operations except GetCapabilities.
 

Methods in org.deegree.ogcwebservices.wps with parameters of type OGCWebServiceRequest
 Object WPService.doService(OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wps.capabilities
 

Classes in org.deegree.ogcwebservices.wps.capabilities that implement OGCWebServiceRequest
 class WPSGetCapabilities
          WPSGetCapabilitiesRequest.java Created on 08.03.2006. 22:15:18h
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wps.describeprocess
 

Classes in org.deegree.ogcwebservices.wps.describeprocess that implement OGCWebServiceRequest
 class DescribeProcessRequest
          DescribeProcessRequest.java Created on 09.03.2006. 22:33:16h WPS DescribeProcess operation request.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wps.execute
 

Classes in org.deegree.ogcwebservices.wps.execute that implement OGCWebServiceRequest
 class ExecuteRequest
          ExecuteRequest.java Created on 09.03.2006. 23:16:00h WPS Execute operation request, to execute one identified Process.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wpvs
 

Methods in org.deegree.ogcwebservices.wpvs with parameters of type OGCWebServiceRequest
 Object WPVService.doService(OGCWebServiceRequest request)
          Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method.
 

Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wpvs.operation
 

Classes in org.deegree.ogcwebservices.wpvs.operation that implement OGCWebServiceRequest
 class Get3DFeatureInfo
          This Class handles a kvp encoded Get3DFeatureInfo-request and stores it's values.
 class GetView
          This Class handles a kvp request from a client and stores it's values.
 class WPVSGetCapabilities
          ...
(package private)  class WPVSRequestBase
          Conveniece class for all WPVS requests (with the exception of GetCapabilities), for the moment only the GetViewRequest is supported but it might necessary to implement the GetDescription operation for this purpose this class is Abstract.
 

Uses of OGCWebServiceRequest in org.deegree.security.owsproxy
 

Methods in org.deegree.security.owsproxy with parameters of type OGCWebServiceRequest
 byte[] OWSProxyPolicyFilter.validate(OGCWebServiceRequest request, byte[] data, String mime, User user)
          validates the response (data) to a request
 void OWSProxyPolicyFilter.validate(OGCWebServiceRequest request, User user)
          validate the passed OGCWebServiceRequest againsted the Policy encapsulated by the OWSProxyPolicyFilter
 

Uses of OGCWebServiceRequest in org.deegree.security.owsrequestvalidator
 

Methods in org.deegree.security.owsrequestvalidator with parameters of type OGCWebServiceRequest
abstract  void RequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates if the passed request itself and its content is valid against the conditions defined in the policies assigned to a OWSPolicyValidator
abstract  void OWSValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates if the passed request itself and its content is valid against the conditions defined in the policies assigned to a OWSPolicyValidator
 void GetCapabilitiesRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the incomming GetCapabilities request
abstract  byte[] OWSValidator.validateResponse(OGCWebServiceRequest request, byte[] response, String mime, User user)
           
 

Uses of OGCWebServiceRequest in org.deegree.security.owsrequestvalidator.csw
 

Methods in org.deegree.security.owsrequestvalidator.csw with parameters of type OGCWebServiceRequest
 void DescribeRecordRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void GetRepositoryItemRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void TransactionValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void GetRecordByIdRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void CSWValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void GetRecordsRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 byte[] CSWValidator.validateResponse(OGCWebServiceRequest request, byte[] response, String mime, User user)
           
 

Uses of OGCWebServiceRequest in org.deegree.security.owsrequestvalidator.wfs
 

Methods in org.deegree.security.owsrequestvalidator.wfs with parameters of type OGCWebServiceRequest
 void DescribeFeatureTypeRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void TransactionValidator.validateRequest(OGCWebServiceRequest request, User user)
           
 void GetFeatureRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates if the passed request is valid against the policy assigned to the validator.
 void WFSValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the passed OGCWebServiceRequest if it is valid against the defined conditions for WFS requests
 byte[] WFSValidator.validateResponse(OGCWebServiceRequest request, byte[] response, String mime, User user)
           
 

Uses of OGCWebServiceRequest in org.deegree.security.owsrequestvalidator.wms
 

Methods in org.deegree.security.owsrequestvalidator.wms with parameters of type OGCWebServiceRequest
 void WMSValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the passed OGCWebServiceRequest if it is valid against the defined conditions for WMS requests
 void GetMapRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the incomming GetMap request against the policy assigend to a validator
 void GetLegendGraphicRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the incomming GetLegendGraphic request against the policy assigend to a validator
 void GetFeatureInfoRequestValidator.validateRequest(OGCWebServiceRequest request, User user)
          validates the incomming GetFeatureInfo request against the policy assigend to a validator
 byte[] WMSValidator.validateResponse(OGCWebServiceRequest request, byte[] response, String mime, User user)
           
 


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