Uses of Interface
org.deegree.services.wfs.capabilities.Capability

Packages that use Capability
org.deegree_impl.services.gazetteer.capabilities   
org.deegree_impl.services.wfs.capabilities   
org.deegree.services.wfs.capabilities   
 

Uses of Capability in org.deegree_impl.services.gazetteer.capabilities
 

Constructors in org.deegree_impl.services.gazetteer.capabilities with parameters of type Capability
WFSGCapabilities_Impl(Capability capability, FeatureTypeList featureTypeList, java.lang.String version, java.lang.String updateSequence, Service service)
          Creates a new instance of WFSGCapabilities_Impl
WFSGCapabilities_Impl(Capability capability, FeatureTypeList featureTypeList, java.lang.String version, java.lang.String updateSequence, Service service, Profile profile)
          Creates a new instance of WFSGCapabilities_Impl
 

Uses of Capability in org.deegree_impl.services.wfs.capabilities
 

Classes in org.deegree_impl.services.wfs.capabilities that implement Capability
(package private)  class Capability_Impl
          The capabilities section specifies the list of requests that the WFS can handle.
 

Fields in org.deegree_impl.services.wfs.capabilities declared as Capability
private  Capability WFSCapabilities_Impl.capability
           
 

Methods in org.deegree_impl.services.wfs.capabilities that return Capability
 Capability WFSCapabilities_Impl.getCapability()
          A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined.
private static Capability WFSCapabilitiesFactory.getCapability(org.w3c.dom.Element capElement)
          returns an instance of an object that capsulates the service element of the WMS capabilities.
 

Methods in org.deegree_impl.services.wfs.capabilities with parameters of type Capability
 void WFSCapabilities_Impl.setCapability(Capability capability)
          sets the
 

Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type Capability
WFSCapabilities_Impl(Capability capability, FeatureTypeList featureTypeList, java.lang.String version, java.lang.String updateSequence, Service service)
          constructor initializing the class with the
 

Uses of Capability in org.deegree.services.wfs.capabilities
 

Methods in org.deegree.services.wfs.capabilities that return Capability
 Capability WFSCapabilities.getCapability()
          A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined.