Uses of Interface
org.deegree.services.capabilities.Service

Packages that use Service
org.deegree_impl.services.capabilities   
org.deegree_impl.services.gazetteer.capabilities   
org.deegree_impl.services.wcs.capabilities   
org.deegree_impl.services.wcts.capabilities   
org.deegree_impl.services.wfs.capabilities   
org.deegree_impl.services.wms.capabilities   
org.deegree.services.capabilities   
 

Uses of Service in org.deegree_impl.services.capabilities
 

Classes in org.deegree_impl.services.capabilities that implement Service
 class Service_Impl
          The interface provides acces to the element of the Capabilities XML providing general metadata for the service as a whole.
 

Fields in org.deegree_impl.services.capabilities declared as Service
private  Service OGCWebServiceCapabilities_Impl.service
           
 

Methods in org.deegree_impl.services.capabilities that return Service
 Service OGCWebServiceCapabilities_Impl.getService()
          this returns a general describtion of the service described by the Capabilities XML document.
 

Methods in org.deegree_impl.services.capabilities with parameters of type Service
 void OGCWebServiceCapabilities_Impl.setService(Service service)
          this sets a general describtion of the service described by the Capabilities XML document.
 

Constructors in org.deegree_impl.services.capabilities with parameters of type Service
OGCWebServiceCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service)
          constructor initializing the class with the OGCWebServiceCapabilities
 

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

Constructors in org.deegree_impl.services.gazetteer.capabilities with parameters of type Service
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 Service in org.deegree_impl.services.wcs.capabilities
 

Methods in org.deegree_impl.services.wcs.capabilities that return Service
private static Service WCSCapabilitiesFactory.createService(org.w3c.dom.Element serviceElement)
          returns an instance of an object that capsulates the service element of the WFS capabilities.
 

Constructors in org.deegree_impl.services.wcs.capabilities with parameters of type Service
WCSCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service, CoverageLayer[] coverageLayerList)
           
 

Uses of Service in org.deegree_impl.services.wcts.capabilities
 

Methods in org.deegree_impl.services.wcts.capabilities that return Service
private static Service WCTSCapabilitiesFactory.getService(org.w3c.dom.Element serviceElement)
          returns an instance of an object that capsulates the service element of the WCTS capabilities.
 

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

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

Methods in org.deegree_impl.services.wfs.capabilities that return Service
private static Service WFSCapabilitiesFactory.getService(org.w3c.dom.Element serviceElement)
          returns an instance of an object that capsulates the service element of the WFS capabilities.
 

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

Uses of Service in org.deegree_impl.services.wms.capabilities
 

Methods in org.deegree_impl.services.wms.capabilities that return Service
protected  Service OGCWMSCapabilitiesFactory.createService(org.w3c.dom.Element element)
          Creates a Service-instance according to the contents of the DOM-subtree starting at the given 'Service'-Element.
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Service
WMSCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service, Capability capability, DeegreeParam deegreeParam)
          constructor initializing the class with the
 

Uses of Service in org.deegree.services.capabilities
 

Methods in org.deegree.services.capabilities that return Service
 Service OGCWebServiceCapabilities.getService()
          this returns a general describtion of the service described by the Capabilities XML document.