Uses of Class
org.deegree.services.jaxb.metadata.ServiceProviderType

Packages that use ServiceProviderType
org.deegree.services.controller   
org.deegree.services.controller.ows.capabilities   
org.deegree.services.jaxb.metadata   
org.deegree.services.wcs.capabilities   
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.capabilities   
org.deegree.services.wpvs.controller.capabilities   
 

Uses of ServiceProviderType in org.deegree.services.controller
 

Methods in org.deegree.services.controller that return ServiceProviderType
protected  ServiceProviderType AbstractOGCServiceController.synchronizeServiceProviderWithMainControllerConf(ServiceProviderType configuredServiceProvider)
           
 

Methods in org.deegree.services.controller with parameters of type ServiceProviderType
protected  ServiceProviderType AbstractOGCServiceController.synchronizeServiceProviderWithMainControllerConf(ServiceProviderType configuredServiceProvider)
           
 

Uses of ServiceProviderType in org.deegree.services.controller.ows.capabilities
 

Methods in org.deegree.services.controller.ows.capabilities with parameters of type ServiceProviderType
static void OWSCapabilitiesXMLAdapter.exportServiceProvider100(javax.xml.stream.XMLStreamWriter writer, ServiceProviderType serviceProvider)
          Exports a ServiceProviderType as an OWS 1.0.0 ServiceProvider element.
static void OWSCapabilitiesXMLAdapter.exportServiceProvider110(javax.xml.stream.XMLStreamWriter writer, ServiceProviderType serviceProvider)
          Exports a ServiceProviderType as an OWS 1.1.0 ServiceProvider element.
 

Uses of ServiceProviderType in org.deegree.services.jaxb.metadata
 

Fields in org.deegree.services.jaxb.metadata declared as ServiceProviderType
protected  ServiceProviderType DeegreeServicesMetadataType.serviceProvider
           
 

Methods in org.deegree.services.jaxb.metadata that return ServiceProviderType
 ServiceProviderType ObjectFactory.createServiceProviderType()
          Create an instance of ServiceProviderType
 ServiceProviderType DeegreeServicesMetadataType.getServiceProvider()
          Gets the value of the serviceProvider property.
 

Methods in org.deegree.services.jaxb.metadata that return types with arguments of type ServiceProviderType
 javax.xml.bind.JAXBElement<ServiceProviderType> ObjectFactory.createServiceProvider(ServiceProviderType value)
          Create an instance of JAXBElement<ServiceProviderType>}
 

Methods in org.deegree.services.jaxb.metadata with parameters of type ServiceProviderType
 javax.xml.bind.JAXBElement<ServiceProviderType> ObjectFactory.createServiceProvider(ServiceProviderType value)
          Create an instance of JAXBElement<ServiceProviderType>}
 void DeegreeServicesMetadataType.setServiceProvider(ServiceProviderType value)
          Sets the value of the serviceProvider property.
 

Uses of ServiceProviderType in org.deegree.services.wcs.capabilities
 

Methods in org.deegree.services.wcs.capabilities with parameters of type ServiceProviderType
static void Capabilities100XMLAdapter.export(javax.xml.stream.XMLStreamWriter xmlWriter, org.deegree.protocol.ows.capabilities.GetCapabilities request, ServiceIdentificationType identification, ServiceProviderType provider, java.util.List<java.lang.String> allowedOperations, java.util.Set<Capabilities100XMLAdapter.Sections> sections, java.util.List<WCSCoverage> coverages, DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, javax.xml.stream.XMLStreamWriter writer, int updateSequence)
          Export a WCS Capabilities document from a list of ServiceConfiguration.Coverages.
 

Uses of ServiceProviderType in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller declared as ServiceProviderType
protected  ServiceProviderType WMSController.provider
           
 

Methods in org.deegree.services.wms.controller with parameters of type ServiceProviderType
protected abstract  void WMSControllerBase.exportCapas(java.lang.String getUrl, java.lang.String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, WMSController controller)
           
protected  void WMSController111.exportCapas(java.lang.String getUrl, java.lang.String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, WMSController controller)
           
protected  void WMSController130.exportCapas(java.lang.String getUrl, java.lang.String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, WMSController controller)
           
 void WMSControllerBase.getCapabilities(java.lang.String getUrl, java.lang.String postUrl, java.lang.String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, java.util.Map<java.lang.String,java.lang.String> customParameters, WMSController controller)
           
 void WMSController.Controller.getCapabilities(java.lang.String getUrl, java.lang.String postUrl, java.lang.String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentificationType identification, ServiceProviderType provider, java.util.Map<java.lang.String,java.lang.String> customParameters, WMSController controller)
           
 

Uses of ServiceProviderType in org.deegree.services.wms.controller.capabilities
 

Constructors in org.deegree.services.wms.controller.capabilities with parameters of type ServiceProviderType
Capabilities111XMLAdapter(ServiceIdentificationType identification, ServiceProviderType provider, java.lang.String getUrl, java.lang.String postUrl, MapService service, WMSController controller)
           
Capabilities130XMLAdapter(ServiceIdentificationType identification, ServiceProviderType provider, java.lang.String getUrl, java.lang.String postUrl, MapService service, WMSController controller)
           
 

Uses of ServiceProviderType in org.deegree.services.wpvs.controller.capabilities
 

Methods in org.deegree.services.wpvs.controller.capabilities with parameters of type ServiceProviderType
 void CapabilitiesXMLAdapter.export040(javax.xml.stream.XMLStreamWriter writer, org.deegree.protocol.ows.capabilities.GetCapabilities request, ServiceIdentificationType serviceID, ServiceProviderType serviceProvider, java.util.List<OWSOperation> operations, DCPType dcp, ServiceConfiguration serviceConfig)
           
 



Copyright © 2011. All Rights Reserved.