Uses of Interface
org.deegree.services.OGCWebServiceRequest

Packages that use OGCWebServiceRequest
org.deegree_impl.enterprise   
org.deegree_impl.services   
org.deegree_impl.services.gazetteer   
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wcas   
org.deegree_impl.services.wcas.protocol   
org.deegree_impl.services.wcs   
org.deegree_impl.services.wcs.protocol   
org.deegree_impl.services.wcts   
org.deegree_impl.services.wcts.protocol   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.bna   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mapinfo   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wfs.sde   
org.deegree_impl.services.wfs.shape   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.protocol   
org.deegree_impl.services.wts   
org.deegree_impl.services.wts.protocol   
org.deegree.services   
org.deegree.services.gazetteer.protocol   
org.deegree.services.wcas.protocol   
org.deegree.services.wcs.protocol   
org.deegree.services.wcts.protocol   
org.deegree.services.wfs.protocol   
org.deegree.services.wms.protocol   
org.deegree.services.wts.protocol   
 

Uses of OGCWebServiceRequest in org.deegree_impl.enterprise
 

Fields in org.deegree_impl.enterprise declared as OGCWebServiceRequest
private  OGCWebServiceRequest WTSServlet.WTS.request
           
private  OGCWebServiceRequest WMSServlet.WMS.request
           
 

Methods in org.deegree_impl.enterprise with parameters of type OGCWebServiceRequest
private  void WMSServlet.WMS.performRequest(OGCWebServiceRequest request)
          performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 

Uses of OGCWebServiceRequest in org.deegree_impl.services
 

Classes in org.deegree_impl.services that implement OGCWebServiceRequest
 class OGCWebServiceRequest_Impl
          This is the base interface for all request on OGC Web Services (OWS).
 

Fields in org.deegree_impl.services declared as OGCWebServiceRequest
private  OGCWebServiceRequest OGCWebServiceResponse_Impl.request
           
private  OGCWebServiceRequest OGCWebServiceEvent_Impl.request
           
 

Methods in org.deegree_impl.services that return OGCWebServiceRequest
 OGCWebServiceRequest OGCWebServiceResponse_Impl.getRequest()
          returns the request that causes the response.
 OGCWebServiceRequest OGCWebServiceEvent_Impl.getRequest()
          if the event is a REQUEST type the method returns the request transported by the event. otherwise null will be returned.
 

Methods in org.deegree_impl.services with parameters of type OGCWebServiceRequest
 void OGCWebServiceResponse_Impl.setRequest(OGCWebServiceRequest request)
          sets the request that causes the response.
 

Constructors in org.deegree_impl.services with parameters of type OGCWebServiceRequest
OGCWebServiceResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception)
          constructor initializing the class with the
OGCWebServiceEvent_Impl(java.lang.Object source, OGCWebServiceRequest request, java.lang.String message)
          Creates a new OGCWebServiceEvent_Impl object.
OGCWebServiceEvent_Impl(java.lang.Object source, OGCWebServiceRequest request, java.lang.String message, OGCWebServiceClient client)
          Creates a new OGCWebServiceEvent_Impl object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.gazetteer
 

Methods in org.deegree_impl.services.gazetteer with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse GazetteerService_Impl.doService(OGCWebServiceRequest req)
          implements the doService method inherited from the OGCWebService_Impl class.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.gazetteer.protocol
 

Classes in org.deegree_impl.services.gazetteer.protocol that implement OGCWebServiceRequest
(package private)  class WFSGDescribeFeatureTypeRequest_Impl
           
 class WFSGGetCapabilitiesRequest_Impl
           
 class WFSGGetFeatureRequest_Impl
           
 

Methods in org.deegree_impl.services.gazetteer.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest WFSGProtocolFactory.createRequest(java.lang.String id, java.io.Reader reader)
          creates a WFS request from a reader that contains an XML encoded form of the request
 

Methods in org.deegree_impl.services.gazetteer.protocol with parameters of type OGCWebServiceRequest
static WFSGGetFeatureResponse WFSGProtocolFactory.createWFSGGetFeatureResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetFeatureResponse object
 

Constructors in org.deegree_impl.services.gazetteer.protocol with parameters of type OGCWebServiceRequest
WFSGGetFeatureResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, java.lang.Object response)
          constructor initializing the class with the
WFSGGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WFSGCapabilities response)
          constructor
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wcas
 

Fields in org.deegree_impl.services.wcas declared as OGCWebServiceRequest
private  OGCWebServiceRequest WCASService_Impl.inRequest
           
private  OGCWebServiceRequest[] WCASService_Impl.requests
           
 

Methods in org.deegree_impl.services.wcas with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WCASService_Impl.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
private  OGCWebServiceEvent[] WCASService_Impl.transformToWFSRequest(OGCWebServiceRequest request)
          transforms a CASRequest to one or more WFS requests
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wcas.protocol
 

Classes in org.deegree_impl.services.wcas.protocol that implement OGCWebServiceRequest
 class CASDescribeRecordTypeRequest_Impl
          The describe record type operation describes the architecture of a possible result to a getRecord request as a XML schema.
(package private)  class CASGetCapabilitiesRequest_Impl
          The class implements the get capabilities CAS request.
 class CASGetRecordRequest_Impl
          A query request against a catalog service is described using the >GetRecord< element.
 class CASRegisterServiceRequest_Impl
          A RegisterService request forces the catalog to call metadata of the service identified by getServiceAddress.
 class CASTransactionRequest_Impl
          The interface defines the access to the parts of a Transaction request.
 

Methods in org.deegree_impl.services.wcas.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest CASProtocolFactory.createRequest(java.lang.String id, java.io.Reader reader)
          creates a WFS request from a reader that contains an XML encoded form of the request
 

Methods in org.deegree_impl.services.wcas.protocol with parameters of type OGCWebServiceRequest
static CASDescribeRecordTypeResponse CASProtocolFactory.createCASDescribeRecordTypeResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String featureTypeSchema)
          creates a CASDescribeRecordTypeResponse object
static CASGetRecordResponse CASProtocolFactory.createCASGetRecordResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.Object response)
          creates a CASGetRecordResponse object
static CASTransactionResponse CASProtocolFactory.createCASTransactionResponse(OGCWebServiceRequest request, OGCWebServiceException exception, CASInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          creates a CASTransactionRequest object.
 

Constructors in org.deegree_impl.services.wcas.protocol with parameters of type OGCWebServiceRequest
CASTransactionResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, CASInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          Creates a new CASTransactionResponse_Impl object.
CASGetRecordResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.Object response)
          Creates a new CASGetRecordResponse_Impl object.
CASGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, org.w3c.dom.Document response)
          constructor
CASDescribeRecordTypeResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String recordTypeSchema)
          Creates a new CASDescribeRecordTypeResponse_Impl object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wcs
 

Methods in org.deegree_impl.services.wcs with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WCService_Impl.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
private  WCSGetCoverageResponse WCService_Impl.createErrorResponse(OGCWebServiceRequest request, java.lang.Exception ex, java.lang.String location)
          returns a response object that contains an error message
 OGCWebServiceResponse RemoteWCService.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_impl.services.wcs.protocol
 

Classes in org.deegree_impl.services.wcs.protocol that implement OGCWebServiceRequest
 class WCSGetCapabilitiesRequest_Impl
          defines the encapsulating of the WCS GetCapabilities operation ------------------------------------------------------------------------
(package private)  class WCSGetCoverageRequest_Impl
          defines the encapsulating of the WCS GetCoverage operation method comments are taken from OGC WCS specification 0.7 ------------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wcs.protocol with parameters of type OGCWebServiceRequest
static WCSGetCoverageResponse WCSProtocolFactory.createGetCoverageResponse(OGCWebServiceRequest request, java.lang.Object coverage)
           
static WCSGetCoverageResponse WCSProtocolFactory.createGetCoverageResponse(OGCWebServiceRequest request, OGCWebServiceException exception)
           
 

Constructors in org.deegree_impl.services.wcs.protocol with parameters of type OGCWebServiceRequest
WCSGetCoverageResponse_Impl(OGCWebServiceRequest request, java.lang.Object coverage)
          Creates a new WCSGetCoverageResponse_Impl object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wcts
 

Methods in org.deegree_impl.services.wcts with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WCTService.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_impl.services.wcts.protocol
 

Classes in org.deegree_impl.services.wcts.protocol that implement OGCWebServiceRequest
 class DescribeTransformationRequest_Impl
          The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another.
 class GetCapabilitiesRequest_Impl
          With the GetCapabilities-Request the client determines which characteristics of the services - especially the transform-request - are supported by the service.
 class IsTransformableRequest_Impl
          This class describes requests, which have to examine the possibility to transform one coordinate system into another.
 class TransformRequest_Impl
          The transform-schema describes the only mandatory request, which is to adapt from the Transformation-Web-Service The basic elememts of the reqest are the coordinate-system of the data (SourceCRS), the coordinate-system in which the data should be transformed (DestinationCRS) and the data itself.
 

Methods in org.deegree_impl.services.wcts.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest WCTS_ProtocolFactory.createRequest(java.lang.String id, java.io.Reader reader)
          factory method for creating a Request where the type of the Request is chosen and initialized.
 

Methods in org.deegree_impl.services.wcts.protocol with parameters of type OGCWebServiceRequest
static GetCapabilitiesResponse WCTS_ProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String capabilities)
           
static IsTransformableResponse WCTS_ProtocolFactory.createIsTransformableResponse(OGCWebServiceRequest request, OGCWebServiceException exception, boolean istransformable)
          factory method for creating a Transformable object from a file that contains a WCTS-specification conform XML transformable-response document.
static TransformResponse WCTS_ProtocolFactory.createTransformResponse(OGCWebServiceRequest request, OGCWebServiceException exception, GMLGeometry[] data)
          factory method for creating a Transform object from a file that contains a WCTS-specification conform XML transform-response document.
static DescribeTransformationResponse WCTS_ProtocolFactory.createDescribeTransformationResponse(OGCWebServiceRequest request, OGCWebServiceException exception, CT_MathTransform[] parameterizedTransformation)
          DescribeTransformationResponse
 

Constructors in org.deegree_impl.services.wcts.protocol with parameters of type OGCWebServiceRequest
TransformResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, GMLGeometry[] data)
          Creates a new TransformResponse_Impl object.
IsTransformableResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, boolean transformable)
          constructor initializing the response with the <Transformable>
GetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String capabilities)
          constructor of the CTS_CapabilitiesResponse
DescribeTransformationResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, CT_MathTransform[] parameterizedTransformation, int numberOfTransformations)
          constructor initializing the class
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs
 

Fields in org.deegree_impl.services.wfs declared as OGCWebServiceRequest
private  OGCWebServiceRequest WFSRequestController.request
           
protected  OGCWebServiceRequest WFSMainLoop.request
           
protected  OGCWebServiceRequest RemoteWFService.RemoteWFSHandler.lrequest
           
 

Methods in org.deegree_impl.services.wfs that return OGCWebServiceRequest
 OGCWebServiceRequest WFSRequestController.getRequest()
          return the request handled by the class
protected  OGCWebServiceRequest Dispatcher_Impl.getNextRequest()
          returns the next request to be processed.
 

Methods in org.deegree_impl.services.wfs with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WFSService_Impl.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
private  void WFSService_Impl.handleGetCapabilitiesResponse(OGCWebServiceRequest request)
          handles the response of an GetCapabilities request
protected abstract  OGCWebServiceResponse[] WFSMainLoop.performRequest(OGCWebServiceRequest request)
           
 OGCWebServiceResponse RemoteWFService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
protected  OGCWebServiceResponse[] AbstractDescribeFeatureType.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs with parameters of type OGCWebServiceRequest
WFSRequestController(OGCWebServiceRequest request)
          Creates a new WFSRequestController object.
WFSMainLoop(AbstractDataStore parent, OGCWebServiceRequest request)
          Creates a new WFSMainLoop object.
RemoteWFService.RemoteWFSHandler(OGCWebServiceRequest request, OGCWebServiceClient client, java.net.URL address, java.lang.String param)
           
DBGetFeature(AbstractDataStore parent, OGCWebServiceRequest request)
           
AbstractTransaction(AbstractDataStore parent, OGCWebServiceRequest request)
           
AbstractGetFeature(AbstractDataStore parent, OGCWebServiceRequest request)
           
AbstractDescribeFeatureType(AbstractDataStore parent, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.bna
 

Methods in org.deegree_impl.services.wfs.bna with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] BNADataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] BNADataStore.CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] BNADataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] BNADataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.bna with parameters of type OGCWebServiceRequest
BNADataStore.CDescribeFeatureType(BNADataStore parent, OGCWebServiceRequest request)
          Creates a new CDescribeFeatureType object.
BNADataStore.CGetFeature(BNADataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeature object.
BNADataStore.CTransaction(BNADataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
BNADataStore.CLockFeature(BNADataStore parent, OGCWebServiceRequest request)
          Creates a new CLockFeature object.
BNADataStore.CGetFeatureWithLock(BNADataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeatureWithLock object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeature.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.db with parameters of type OGCWebServiceRequest
CTransaction(PointDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
CLockFeature(PointDBDataStore parent, OGCWebServiceRequest request)
           
CGetFeatureWithLock(PointDBDataStore parent, OGCWebServiceRequest request)
           
CGetFeature(PointDBDataStore parent, OGCWebServiceRequest request)
           
CDescribeFeatureType(PointDBDataStore parent, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeature.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.gml with parameters of type OGCWebServiceRequest
CTransaction(GMLDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
CLockFeature(GMLDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CLockFeature object.
CGetFeatureWithLock(GMLDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeatureWithLock object.
CGetFeature(GMLDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeature object.
CDescribeFeatureType(GMLDBDataStore parent, OGCWebServiceRequest request)
          Creates a new CDescribeFeatureType object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.mapinfo
 

Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] MapInfoDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] MapInfoDataStore.CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] MapInfoDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] MapInfoDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.mapinfo with parameters of type OGCWebServiceRequest
MapInfoDataStore.CDescribeFeatureType(MapInfoDataStore parent, OGCWebServiceRequest request)
           
MapInfoDataStore.CGetFeature(MapInfoDataStore parent, OGCWebServiceRequest request)
           
MapInfoDataStore.CTransaction(MapInfoDataStore parent, OGCWebServiceRequest request)
           
MapInfoDataStore.CLockFeature(MapInfoDataStore parent, OGCWebServiceRequest request)
           
MapInfoDataStore.CGetFeatureWithLock(MapInfoDataStore parent, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeature.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.mysql with parameters of type OGCWebServiceRequest
CTransaction(MySQLDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
CLockFeature(MySQLDataStore parent, OGCWebServiceRequest request)
           
CGetFeatureWithLock(MySQLDataStore parent, OGCWebServiceRequest request)
           
CGetFeature(MySQLDataStore parent, OGCWebServiceRequest request)
           
CDescribeFeatureType(MySQLDataStore parent, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeature.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.oracle with parameters of type OGCWebServiceRequest
CTransaction(OracleDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
CLockFeature(OracleDataStore parent, OGCWebServiceRequest request)
           
CGetFeatureWithLock(OracleDataStore parent, OGCWebServiceRequest request)
           
CGetFeature(OracleDataStore parent, OGCWebServiceRequest request)
           
CDescribeFeatureType(OracleDataStore parent, OGCWebServiceRequest request)
           
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
          performs the passed transaction request encapsulated in a OGCWebServiceRequest.
protected  OGCWebServiceResponse[] CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CGetFeature.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.postgis with parameters of type OGCWebServiceRequest
CTransaction(PostgisDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
CLockFeature(PostgisDataStore parent, OGCWebServiceRequest request)
           
CGetFeatureWithLock(PostgisDataStore parent, OGCWebServiceRequest request)
           
CGetFeature(PostgisDataStore parent, OGCWebServiceRequest request)
           
CDescribeFeatureType(PostgisDataStore parent, OGCWebServiceRequest request)
          Creates a new CDescribeFeatureType object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement OGCWebServiceRequest
 class WFSBasicRequest_Impl
          The Interface definies the basic WFS request.
 class WFSDescribeFeatureTypeRequest_Impl
          The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
 class WFSGetCapabilitiesRequest_Impl
          The Interface definies the get capabilities WFS request.
 class WFSGetFeatureRequest_Impl
          The GetFeature interface can be used to package one or more query descriptions into a single request.
(package private)  class WFSGetFeatureWithLockRequest_Impl
          The class defines the WFSGetFeatureWithLockRequest_Impl --------------------------------------------------------
(package private)  class WFSLockFeatureRequest_Impl
          Web connections are inherently stateless.
(package private)  class WFSTransactionRequest_Impl
          The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.
 

Methods in org.deegree_impl.services.wfs.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest WFSProtocolFactory.createRequest(java.lang.String id, java.io.Reader reader)
          creates a WFS request from a reader that contains an XML encoded form of the request
 

Methods in org.deegree_impl.services.wfs.protocol with parameters of type OGCWebServiceRequest
static WFSDescribeFeatureTypeResponse WFSProtocolFactory.createWFSDescribeFeatureTypeResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, org.w3c.dom.Document featureTypeSchema)
          creates a WFSDescribeFeatureTypeResponse object
static WFSGetFeatureResponse WFSProtocolFactory.createWFSGetFeatureResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetFeatureResponse object
static WFSGetCapabilitiesResponse WFSProtocolFactory.createWFSGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WFSCapabilities response)
          creates a WFSGetCapabilitiesResponse object
static WFSTransactionResponse WFSProtocolFactory.createWFSTransactionResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, WFSInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          creates a WFSTransactionRequest object.
 

Constructors in org.deegree_impl.services.wfs.protocol with parameters of type OGCWebServiceRequest
WFSTransactionResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, WFSInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          Creates a new WFSTransactionResponse_Impl object.
WFSLockFeatureResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String[] affectedFeatureTypes, java.lang.String lockId, java.lang.String[] featuresLocked, java.lang.String[] featuresNotLocked)
          constructor initializing the class with the
WFSGetFeatureWithLockResponse_Impl(java.lang.String lockId, OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, java.lang.Object response)
          constructor initializing the class with the
WFSGetFeatureResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, java.lang.Object response)
          constructor initializing the class with the
WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WFSCapabilities response)
          constructor
WFSDescribeFeatureTypeResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, org.w3c.dom.Document featureTypeSchema)
          constructor initializing the class with the
WFSBasicResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String[] affectedFeatureTypes)
          constructor initializing the class with the requests
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.sde
 

Methods in org.deegree_impl.services.wfs.sde with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] SDEDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] SDEDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] SDEDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] CTransaction.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.sde with parameters of type OGCWebServiceRequest
SDEDataStore.CDescribeFeatureType(SDEDataStore parent, OGCWebServiceRequest request)
          Creates a new CDescribeFeatureType object.
SDEDataStore.CGetFeature(SDEDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeature object.
SDEDataStore.CLockFeature(SDEDataStore parent, OGCWebServiceRequest request)
          Creates a new CLockFeature object.
SDEDataStore.CGetFeatureWithLock(SDEDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeatureWithLock object.
CTransaction(SDEDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wfs.shape
 

Methods in org.deegree_impl.services.wfs.shape with parameters of type OGCWebServiceRequest
protected  OGCWebServiceResponse[] ShapeDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] ShapeDataStore.CTransaction.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] ShapeDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
           
protected  OGCWebServiceResponse[] ShapeDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
           
 

Constructors in org.deegree_impl.services.wfs.shape with parameters of type OGCWebServiceRequest
ShapeDataStore.CDescribeFeatureType(ShapeDataStore parent, OGCWebServiceRequest request)
          Creates a new CDescribeFeatureType object.
ShapeDataStore.CGetFeature(ShapeDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeature object.
ShapeDataStore.CTransaction(ShapeDataStore parent, OGCWebServiceRequest request)
          Creates a new CTransaction object.
ShapeDataStore.CLockFeature(ShapeDataStore parent, OGCWebServiceRequest request)
          Creates a new CLockFeature object.
ShapeDataStore.CGetFeatureWithLock(ShapeDataStore parent, OGCWebServiceRequest request)
          Creates a new CGetFeatureWithLock object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wms
 

Fields in org.deegree_impl.services.wms declared as OGCWebServiceRequest
protected  OGCWebServiceRequest RemoteWMService.RemoteWMSHandler.lrequest
           
 

Methods in org.deegree_impl.services.wms with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WMService_Impl.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
private  java.lang.Object WMService_Impl.createHandler(OGCWebServiceRequest request, java.lang.Class requestClass, int operationType)
          creates a handler class for performing the incomming request.
 void WMSCache.push(OGCWebServiceRequest identifier, java.lang.Object data)
          pushes a new entry to the cache.
 OGCWebServiceResponse RemoteWMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 

Constructors in org.deegree_impl.services.wms with parameters of type OGCWebServiceRequest
RemoteWMService.RemoteWMSHandler(OGCWebServiceRequest request, OGCWebServiceClient client, java.lang.String address, java.lang.String param)
          Creates a new RemoteWMSHandler object.
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wms.protocol
 

Classes in org.deegree_impl.services.wms.protocol that implement OGCWebServiceRequest
 class WMSDescribeLayerRequest_Impl
          ---------------------------------------------------------------------
 class WMSGetCapabilitiesRequest_Impl
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
 class WMSGetFeatureInfoRequest_Impl
          --------------------------------------------------------
 class WMSGetLegendGraphicRequest_Impl
          --------------------------------------------------------
 class WMSGetMapRequest_Impl
          This interface describes the access to the parameters of a GeMap request.
 class WMSGetScaleBarRequest_Impl
          class for the deegree specific WMS request: GetScaleBar
 class WMSGetStylesRequest_Impl
          --------------------------------------------------------
(package private)  class WMSPutStylesRequest_Impl
           
 

Methods in org.deegree_impl.services.wms.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest WMSProtocolFactory.createRequest(java.lang.String id, java.util.HashMap paramMap)
          creates a request
 

Methods in org.deegree_impl.services.wms.protocol with parameters of type OGCWebServiceRequest
static WMSGetCapabilitiesResponse WMSProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WMSCapabilities capabilities)
          creates an instance of a WMSGetCapabilitiesResponse object
static WMSGetMapResponse WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetMapResponse object
static WMSGetFeatureInfoResponse WMSProtocolFactory.createGetFeatureInfoResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String featureInfo)
          creates a WFSGetFeatureInfoResponse object
static WMSGetLegendGraphicResponse WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request, java.lang.Object legendGraphic)
           
static WMSGetLegendGraphicResponse WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request, org.w3c.dom.Document exception)
           
 

Constructors in org.deegree_impl.services.wms.protocol with parameters of type OGCWebServiceRequest
WMSGetMapResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.Object map)
          constructor initializing the class with the
WMSGetLegendGraphicResponse_Impl(OGCWebServiceRequest request, java.lang.Object legendGraphic)
          constructor initializing the class
WMSGetLegendGraphicResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception)
          constructor initializing the class
WMSGetFeatureInfoResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String featureInfo)
          constructor initializing the class with the
WMSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WMSCapabilities capabilities)
          constructor initializing the class with the
WMSDescribeLayerResponse_Impl(org.w3c.dom.Document exception, OGCWebServiceRequest request)
          constructor initializing the class with the
 

Uses of OGCWebServiceRequest in org.deegree_impl.services.wts
 

Fields in org.deegree_impl.services.wts declared as OGCWebServiceRequest
private  OGCWebServiceRequest WTService_Impl.request
           
 

Methods in org.deegree_impl.services.wts with parameters of type OGCWebServiceRequest
 OGCWebServiceResponse WTService_Impl.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_impl.services.wts.protocol
 

Classes in org.deegree_impl.services.wts.protocol that implement OGCWebServiceRequest
 class WTSGetCapabilitiesRequest_Impl
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
(package private)  class WTSGetViewRequest_Impl
          This class implements the access to the parameters of a GetView request.
 

Methods in org.deegree_impl.services.wts.protocol that return OGCWebServiceRequest
static OGCWebServiceRequest WTSProtocolFactory.createRequest(java.lang.String id, java.util.HashMap model)
          creates a request object from a model (key-value-pair encoding) of a WTS request and a unique ID.
 

Methods in org.deegree_impl.services.wts.protocol with parameters of type OGCWebServiceRequest
static WTSGetViewResponse WTSProtocolFactory.createGetViewResponse(java.lang.Object view, OGCWebServiceRequest request)
          creates a responseobject to a getViewRequest
static WTSGetViewResponse WTSProtocolFactory.createGetViewResponse(org.w3c.dom.Document exception, OGCWebServiceRequest request)
          creates a responseobject to a getViewRequest with a submitted error
 

Constructors in org.deegree_impl.services.wts.protocol with parameters of type OGCWebServiceRequest
WTSGetViewResponse_Impl(java.lang.Object view, org.w3c.dom.Document exception, OGCWebServiceRequest request)
          constructor initializing the class with the
 

Uses of OGCWebServiceRequest in org.deegree.services
 

Methods in org.deegree.services that return OGCWebServiceRequest
 OGCWebServiceRequest RequestController.getRequest()
          return the request handled by the class
 OGCWebServiceRequest OGCWebServiceResponse.getRequest()
          returns the request that causes the response.
 OGCWebServiceRequest OGCWebServiceEvent.getRequest()
          if the event is a REQUEST type the method returns the request transported by the event. otherwise null will be returned.
 

Methods in org.deegree.services with parameters of type OGCWebServiceRequest
 void OGCWebServiceResponse.setRequest(OGCWebServiceRequest request)
          sets the request that causes the response.
 OGCWebServiceResponse 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
 

Uses of OGCWebServiceRequest in org.deegree.services.gazetteer.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.gazetteer.protocol
 interface WFSGDescribeFeatureTypeRequest
           
 interface WFSGGetCapabilitiesRequest
           
 interface WFSGGetFeatureRequest
           
 

Uses of OGCWebServiceRequest in org.deegree.services.wcas.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wcas.protocol
 interface CASDescribeRecordTypeRequest
          The describe record type operation describes the architecture of a possible result to a getRecord request as a XML schema.
 interface CASGetCapabilitiesRequest
          The Interface definies the get capabilities WFS request.
 interface CASGetRecordRequest
          A query request against a catalog service is described using the >GetRecord< element.
 interface CASRegisterServiceRequest
          A RegisterService request forces the catalog to call metadata of the service identified by getServiceAddress.
 interface CASTransactionRequest
          The interface defines the access to the parts of a Transaction request.
 

Uses of OGCWebServiceRequest in org.deegree.services.wcs.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wcs.protocol
 interface WCSDescribeCoverageLayerRequest
          defines the encapsulating of the WCS DescribeCoverageLayer operation ------------------------------------------------------------------------
 interface WCSGetCapabilitiesRequest
          defines the encapsulating of the WCS GetCapabilities operation ------------------------------------------------------------------------
 interface WCSGetCoverageRequest
          defines the encapsulating of the WCS GetCoverage operation method comments are taken from OGC WCS specification 0.7 ------------------------------------------------------------------------
 

Uses of OGCWebServiceRequest in org.deegree.services.wcts.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wcts.protocol
 interface DescribeTransformationRequest
          The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another.
 interface GetCapabilitiesRequest
          With the GetCapabilities-Request the client determines which characteristics of the services - especially the transform-request - are supported by the service.
 interface IsTransformableRequest
          This interface describes requests, which have to examine the possibility to transform one coordinate system into another.
 interface TransformRequest
          The transform-schema describes the only mandatory request, which is to adapt from the Transformation-Web-Service The basic elememts of the reqest are the coordinate-system of the data (SourceCRS), the coordinate-system in which the data should be transformed (DestinationCRS) and the data itself.
 

Uses of OGCWebServiceRequest in org.deegree.services.wfs.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wfs.protocol
 interface WFSBasicRequest
          The Interface definies the basic WFS request.
 interface WFSDescribeFeatureTypeRequest
          The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
 interface WFSGetCapabilitiesRequest
          The Interface definies the get capabilities WFS request.
 interface WFSGetFeatureRequest
          The GetFeature interface can be used to package one or more query descriptions into a single request.
 interface WFSGetFeatureWithLockRequest
           
 interface WFSLockFeatureRequest
          Web connections are inherently stateless.
 interface WFSTransactionRequest
          The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.
 

Uses of OGCWebServiceRequest in org.deegree.services.wms.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wms.protocol
 interface WMSDescribeLayerRequest
           
 interface WMSGetCapabilitiesRequest
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
 interface WMSGetFeatureInfoRequest
           
 interface WMSGetLegendGraphicRequest
           
 interface WMSGetMapRequest
          This interface describes the access to the parameters of a GeMap request.
 interface WMSGetScaleBarRequest
          interface definition for the deegree specific WMS request: GetScaleBar
 interface WMSGetStylesRequest
           
 interface WMSPutStylesRequest
           
 

Uses of OGCWebServiceRequest in org.deegree.services.wts.protocol
 

Subinterfaces of OGCWebServiceRequest in org.deegree.services.wts.protocol
 interface WTSGetCapabilitiesRequest
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
 interface WTSGetViewRequest
          This interface describes the access to the parameters of a GetView request.