|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OGCWebServiceRequest in org.deegree.enterprise.servlet |
---|
Classes in org.deegree.enterprise.servlet that implement OGCWebServiceRequest | |
---|---|
static class |
GetMapFilter.DummyRequest
DummyRequest |
Methods in org.deegree.enterprise.servlet with parameters of type OGCWebServiceRequest | |
---|---|
void |
WPVSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
Performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
WASSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WCSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WMSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
WMPSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
CSWHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
|
void |
WCTSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
SOSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WFSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
Performs the given OGCWebServiceRequest on the WFService and sends the response to the given
HttpServletResponse object. |
void |
WPSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
void |
ServiceDispatcher.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WMSHandler.setRequest(OGCWebServiceRequest request)
It's a workaround to make the 'API' more usable. |
Constructors in org.deegree.enterprise.servlet with parameters of type OGCWebServiceRequest | |
---|---|
GetMapFilter.DummyRequest(OGCWebServiceRequest req)
|
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 | |
---|---|
DoExternalAccessTask(ExternalDataAccess externalDataAccess,
OGCWebServiceRequest request)
|
|
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(javax.servlet.ServletRequest request)
Creates an OGCWebServiceRequest from the content contained within the passed request. |
static OGCWebServiceRequest |
OGCRequestFactory.createFromKVP(java.util.Map<java.lang.String,java.lang.String> map)
Creates an instance of an AbstractOGCWebServiceRequest from the passed KVP encoded request. |
static OGCWebServiceRequest |
OGCRequestFactory.createFromXML(org.w3c.dom.Document doc)
Creates an instance of an AbstractOGCWebServiceRequest from the passed DOM object. |
OGCWebServiceRequest |
OGCWebServiceResponse.getRequest()
returns the request that causes the response. |
OGCWebServiceRequest |
DefaultOGCWebServiceResponse.getRequest()
returns the request that causes the response. |
Methods in org.deegree.ogcwebservices with parameters of type OGCWebServiceRequest | |
---|---|
java.lang.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 | |
---|---|
java.lang.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.iso_profile.ebrim |
---|
Methods in org.deegree.ogcwebservices.csw.iso_profile.ebrim that return OGCWebServiceRequest | |
---|---|
OGCWebServiceRequest |
OWSProxyHandler.createOWSRequest(ServletRequestWrapper request)
|
Methods in org.deegree.ogcwebservices.csw.iso_profile.ebrim with parameters of type OGCWebServiceRequest | |
---|---|
void |
CSWEbRIMFilter.afterResponseEvaluation(OGCWebServiceRequest originalRequest,
ServletResponseWrapper responsewrapper)
This method is called after the CSWEbRIMFilter has successfully processed the incoming request, but did not actually write it to the Stream. |
void |
OWSProxyHandler.doRequestValidation(ServletRequestWrapper request,
User user,
OGCWebServiceRequest owsRequest)
Validates if a given user may send the given request |
void |
OWSProxyHandler.doResponseValidation(ServletResponseWrapper response,
User user,
OGCWebServiceRequest owsRequest)
|
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 | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
CloseSession.create(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
GetSession.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> kvp)
|
static OGCWebServiceRequest |
CloseSession.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> kvp)
|
Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.was |
---|
Methods in org.deegree.ogcwebservices.wass.was with parameters of type OGCWebServiceRequest | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
WASGetCapabilities.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> kvp)
|
Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wass.wss |
---|
Methods in org.deegree.ogcwebservices.wass.wss with parameters of type OGCWebServiceRequest | |
---|---|
java.lang.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 |
DoService.create(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
WSSGetCapabilities.create(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
DoService.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> kvp)
|
static OGCWebServiceRequest |
WSSGetCapabilities.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.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 | |
---|---|
java.lang.Object |
RemoteWCService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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 | |
---|---|
java.lang.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 |
GetTransformation
GetTransformation TODO add documentation here |
class |
IsTransformable
IsTransformable encapsulates the bean representation of the xml-dom or kvp encoded IsTransformable
request of the wcts 0.4.0 |
class |
Transform
Transform is an encapsulation of a Transform request defined in the wcts 0.4.0 specification. |
class |
WCTSGetCapabilities
WCTSGetCapabilities bean representation of a GetCapabilities request, xml-dom or kvp encoded. |
class |
WCTSRequestBase
WCSTRequestBase helper class to override getServiceName. |
Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wfs |
---|
Methods in org.deegree.ogcwebservices.wfs with parameters of type OGCWebServiceRequest | |
---|---|
java.lang.Object |
WFService.doService(OGCWebServiceRequest request)
Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method. |
java.lang.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 |
GetGmlObject
GetGmlObject |
class |
LockFeature
Represents a LockFeature request to a web feature service. |
class |
WFSGetCapabilities
Represents a GetCapabilities request to a web feature service. |
Methods in org.deegree.ogcwebservices.wfs.operation that return OGCWebServiceRequest | |
---|---|
static OGCWebServiceRequest |
GetGmlObject.create(java.lang.String id,
org.w3c.dom.Element root)
Output format parameter is ignored by this method (it will always be GML3 anyway). |
Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type OGCWebServiceRequest | |
---|---|
GmlResult(OGCWebServiceRequest request,
Feature feature,
FormatType format)
|
|
GmlResult(OGCWebServiceRequest request,
Geometry geometry,
FormatType format)
|
|
GmlResult(OGCWebServiceRequest request,
OGCWebServiceException exception)
|
Uses of OGCWebServiceRequest in org.deegree.ogcwebservices.wmps |
---|
Methods in org.deegree.ogcwebservices.wmps with parameters of type OGCWebServiceRequest | |
---|---|
java.lang.Object |
WMPService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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 |
DescribeTemplate
Can be requested as KVP: ...? |
class |
GetAvailableTemplates
Can be requested as KVP: ...? |
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 | |
---|---|
DescribeTemplateResponseDocument(OGCWebServiceRequest request)
|
|
GetAvailableTemplatesResponseDocument(OGCWebServiceRequest request)
|
|
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 | |
---|---|
java.lang.Object |
WMService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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.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,
java.lang.String featureInfo)
creates a WFSGetFeatureInfoResponse object |
static GetLegendGraphicResult |
WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request,
java.lang.Object legendGraphic)
|
static GetMapResult |
WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request,
OGCWebServiceException exception,
java.lang.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,
java.lang.String featureInfo)
constructor initializing the class with the <WMSFeatureInfoResponse> |
|
GetLegendGraphicResult(OGCWebServiceRequest request,
java.lang.Object legendGraphic)
constructor initializing the class |
|
GetLegendGraphicResult(OGCWebServiceRequest request,
OGCWebServiceException exception)
constructor initializing the class |
|
GetMapResult(OGCWebServiceRequest request,
java.lang.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 | |
---|---|
java.lang.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 | |
---|---|
java.lang.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,
java.lang.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 | |
---|---|
void |
GetCapabilitiesRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
validates the incoming GetCapabilities request |
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 |
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 byte[] |
OWSValidator.validateResponse(OGCWebServiceRequest request,
byte[] response,
java.lang.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 |
GetRecordsRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
void |
GetRecordByIdRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
void |
TransactionValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
void |
CSWValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
void |
GetRepositoryItemRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
byte[] |
CSWValidator.validateResponse(OGCWebServiceRequest request,
byte[] response,
java.lang.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 |
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 |
DescribeFeatureTypeRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
|
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,
java.lang.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 |
GetMapRequestValidator.validateRequest(OGCWebServiceRequest request,
User user)
validates the incoming GetMap request against the policy assigned to a validator |
void |
WMSValidator.validateRequest(OGCWebServiceRequest request,
User user)
validates the passed OGCWebServiceRequest if it is valid against the defined conditions for WMS requests |
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 incoming GetFeatureInfo request against the policy assigned to a validator |
byte[] |
WMSValidator.validateResponse(OGCWebServiceRequest request,
byte[] response,
java.lang.String mime,
User user)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org