Uses of Interface
org.deegree.services.wcas.capabilities.WCASCapabilities

Packages that use WCASCapabilities
org.deegree_impl.enterprise   
org.deegree_impl.services.wcas   
org.deegree_impl.services.wcas.capabilities   
 

Uses of WCASCapabilities in org.deegree_impl.enterprise
 

Fields in org.deegree_impl.enterprise declared as WCASCapabilities
private  WCASCapabilities WCASServlet.capa
           
private  WCASCapabilities WCASServicePool.wcasCapa
           
 

Methods in org.deegree_impl.enterprise with parameters of type WCASCapabilities
static WCASServicePool WCASServicePool.getInstance(WCASCapabilities wcasCapa, WFSCapabilities wfsCapa)
          realize singelton pattern using double checked locking pattern.
 

Constructors in org.deegree_impl.enterprise with parameters of type WCASCapabilities
WCASServicePool(WCASCapabilities wcasCapa, WFSCapabilities wfsCapa)
           
 

Uses of WCASCapabilities in org.deegree_impl.services.wcas
 

Fields in org.deegree_impl.services.wcas declared as WCASCapabilities
private  WCASCapabilities WCASService_Impl.capa
           
 

Methods in org.deegree_impl.services.wcas with parameters of type WCASCapabilities
static OGCWebService WCASFactory.createWCASService(WCASCapabilities capa, WFSCapabilities wfsCapa, Dispatcher dispatcher)
          Factory method for creating an instance of a WFSService.
 

Constructors in org.deegree_impl.services.wcas with parameters of type WCASCapabilities
WCASService_Impl(WCASCapabilities capa)
          constructor
 

Uses of WCASCapabilities in org.deegree_impl.services.wcas.capabilities
 

Classes in org.deegree_impl.services.wcas.capabilities that implement WCASCapabilities
 class WCASCapabilities_Impl
          The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.
 

Methods in org.deegree_impl.services.wcas.capabilities that return WCASCapabilities
static WCASCapabilities WCASCapabilitiesFactory.createCapabilities(java.net.URL url)
          factory method for creating a WCASCapabilities object from a file that contains XML capabilities document
static WCASCapabilities WCASCapabilitiesFactory.createCapabilities(org.w3c.dom.Document doc)
          factory method for creating a WFSCapabilities object from a OGC WFS 1.0.0 conform XML capabilities document