org.deegree_impl.services.wcas
Class WCASFactory

java.lang.Object
  extended byorg.deegree_impl.services.wcas.WCASFactory

public class WCASFactory
extends java.lang.Object

factory class for creating an instance of a DataStores from its class name and its configuration file.

-------------------------------------------------------------------------

Version:
$Revision: 1.10 $ $Date: 2004/03/16 08:07:24 $

Author:
Andreas Poth

Constructor Summary
WCASFactory()
           
 
Method Summary
static DataStore createDataStrore(java.lang.String className, java.net.URL configuration)
           
static OGCWebService createWCASService(WCASCapabilities capa, WFSCapabilities wfsCapa, Dispatcher dispatcher)
          Factory method for creating an instance of a WFSService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCASFactory

public WCASFactory()
Method Detail

createWCASService

public static OGCWebService createWCASService(WCASCapabilities capa,
                                              WFSCapabilities wfsCapa,
                                              Dispatcher dispatcher)
Factory method for creating an instance of a WFSService.

Parameters:
capa - capabilites of the WFS.
dispatcher - instance of the dispatcher that should manage the WFS requests and responses. If null is submitted to the mehtod instead a new instance will be created.

createDataStrore

public static DataStore createDataStrore(java.lang.String className,
                                         java.net.URL configuration)
                                  throws java.lang.Exception
Throws:
java.lang.Exception