Uses of Interface
org.deegree.services.Handler

Packages that use Handler
org.deegree_impl.services   
org.deegree_impl.services.wcas   
org.deegree_impl.services.wcs   
org.deegree_impl.services.wcts   
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.sde   
org.deegree_impl.services.wfs.shape   
org.deegree.services   
org.deegree.services.wfs   
 

Uses of Handler in org.deegree_impl.services
 

Classes in org.deegree_impl.services that implement Handler
 class AbstractHandler
          -------------------------------------------------------------------------
 

Methods in org.deegree_impl.services with parameters of type Handler
 void AbstractHandler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void AbstractHandler.removeHandler(Handler handler)
           
 

Uses of Handler in org.deegree_impl.services.wcas
 

Classes in org.deegree_impl.services.wcas that implement Handler
 class WCASService_Impl
          A WCAS implementns the WCASService interface to act like a OGC web service.
 

Fields in org.deegree_impl.services.wcas declared as Handler
private  Handler WCASService_Impl.dispatcher
           
 

Methods in org.deegree_impl.services.wcas with parameters of type Handler
 void WCASService_Impl.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void WCASService_Impl.removeHandler(Handler handler)
          removes a registered handler from the service
 

Uses of Handler in org.deegree_impl.services.wcs
 

Classes in org.deegree_impl.services.wcs that implement Handler
 class WCService_Impl
          This is the basic implementation for a OGC conform web coverage service within the deegree framework.
 

Methods in org.deegree_impl.services.wcs with parameters of type Handler
 void WCService_Impl.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void WCService_Impl.removeHandler(Handler handler)
           
 

Uses of Handler in org.deegree_impl.services.wcts
 

Classes in org.deegree_impl.services.wcts that implement Handler
(package private)  class CapabilitiesHandler
          This class handles the GetCapabilities-request and creates the response which includes the Capabilities of the service.
(package private)  class DescribeTransformationHandler
          This class handles the (optional in the WCTS) DescribeTransformation-Request.
(package private)  class IsTransformableHandler
          This class handles the IsTransformable-request and creates the response which returns only the true or false attribute.
(package private)  class TransformHandler
          This class handles the Transform-request and creates the response which contains the transformed data.
 

Methods in org.deegree_impl.services.wcts with parameters of type Handler
 void TransformHandler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void TransformHandler.removeHandler(Handler handler)
           
 void IsTransformableHandler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void IsTransformableHandler.removeHandler(Handler handler)
           
 void DescribeTransformationHandler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void DescribeTransformationHandler.removeHandler(Handler handler)
           
 void CapabilitiesHandler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void CapabilitiesHandler.removeHandler(Handler handler)
           
 

Uses of Handler in org.deegree_impl.services.wfs
 

Classes in org.deegree_impl.services.wfs that implement Handler
 class AbstractDataStore
          the class implements the methods of the DataStore interface thats implementation is common to all data stores and some additional methods that will be used if the data store is controlled using observer/event handling mechanism.
 class Dispatcher_Impl
          The dispatcher acts as source of events to inform registered WFSResponseListener as well as a reciever of requests that have to be performed by one of the registered DataStores (also definied as WFSRequestListener).
 class WFSService_Impl
          This is the OGC conform web feature server class within the deegree framework.
 

Fields in org.deegree_impl.services.wfs declared as Handler
private  Handler WFSService_Impl.dispatcher
           
 

Methods in org.deegree_impl.services.wfs with parameters of type Handler
 void WFSService_Impl.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void WFSService_Impl.removeHandler(Handler handler)
           
 void AbstractDataStore.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void AbstractDataStore.removeHandler(Handler handler)
           
 

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

Classes in org.deegree_impl.services.wfs.bna that implement Handler
 class BNADataStore
          The class provides reading access to BNA files.
 

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

Classes in org.deegree_impl.services.wfs.db that implement Handler
 class PointDBDataStore
          The class concretes the implementation of a data store object for accessing simple databases containing just point geometries (and none geometric properties) through the WFS interface.
 

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

Classes in org.deegree_impl.services.wfs.gml that implement Handler
 class GMLDBDataStore
          The class concretes the implementation of a data store object for accessing simple databases containing just point geometries (and none geometric properties) through the WFS interface.
 

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

Classes in org.deegree_impl.services.wfs.mapinfo that implement Handler
 class MapInfoDataStore
          The class provides reading and writing access to ESRI shapefiles.
 

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

Classes in org.deegree_impl.services.wfs.mysql that implement Handler
 class MySQLDataStore
          The class concretes the implementation of a data store object for accessing postgis databases through a WFS.
 

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

Classes in org.deegree_impl.services.wfs.oracle that implement Handler
 class OracleDataStore
          The class concretes the implementation of a data store object for accessing Oracle Spatial databases through a WFS.
 

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

Classes in org.deegree_impl.services.wfs.postgis that implement Handler
 class PostgisDataStore
          The class concretes the implementation of a data store object for accessing postgis databases through a WFS.
 

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

Classes in org.deegree_impl.services.wfs.sde that implement Handler
 class SDEDataStore
          The class provides reading and writing access to ESRI shape- files.
 

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

Classes in org.deegree_impl.services.wfs.shape that implement Handler
 class ShapeDataStore
          The class provides reading and writing access to ESRI shapefiles.
 

Uses of Handler in org.deegree.services
 

Methods in org.deegree.services with parameters of type Handler
 void Handler.registerHandler(Handler handler)
          registers a Handler so this Handler is able to act as a proxy to the registered handler
 void Handler.removeHandler(Handler handler)
           
 

Uses of Handler in org.deegree.services.wfs
 

Subinterfaces of Handler in org.deegree.services.wfs
 interface DataStore
          Interface describing the access to a data store that encapsulates the access to concrete data sources like databases or files: ---------------------------------------------------------------------
 interface Dispatcher
          This interface defines the basic functionality of a OGC WFS.