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

Packages that use ServiceProviderType
org.deegree.services.controller   
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.profile   
org.deegree.services.jaxb.metadata   
org.deegree.services.metadata   
org.deegree.services.ows.capabilities   
org.deegree.services.wcs.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 AbstractOWS.synchronizeServiceProviderWithMainControllerConf(ServiceProviderType configuredServiceProvider)
           
 

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

Uses of ServiceProviderType in org.deegree.services.csw.exporthandling
 

Constructors in org.deegree.services.csw.exporthandling with parameters of type ServiceProviderType
EbrimGetCapabilitiesHandler(XMLStreamWriter writer, Set<CSWConstants.Sections> sections, ServiceIdentificationType identification, ServiceProviderType provider, Version version, boolean isTransactionEnabled, URL extendedCapabilities)
           
 

Uses of ServiceProviderType in org.deegree.services.csw.profile
 

Methods in org.deegree.services.csw.profile with parameters of type ServiceProviderType
 CapabilitiesHandler EbrimProfile.getCapabilitiesHandler(XMLStreamWriter writer, DeegreeServicesMetadataType mainControllerConf, DeegreeServiceControllerType mainConf, Set<CSWConstants.Sections> sections, ServiceIdentificationType identification, Version version, boolean isTransactionEnabled, boolean isEnabledInspireExtension, ServiceProviderType provider, URL extendedCapabilities)
           
 CapabilitiesHandler CommonCSWProfile.getCapabilitiesHandler(XMLStreamWriter writer, DeegreeServicesMetadataType mainControllerConf, DeegreeServiceControllerType mainConf, Set<CSWConstants.Sections> sections, ServiceIdentificationType identification, Version version, boolean isTransactionEnabled, boolean isEnabledInspireExtension, ServiceProviderType provider, URL extendedCapabilities)
           
 CapabilitiesHandler ServiceProfile.getCapabilitiesHandler(XMLStreamWriter writer, DeegreeServicesMetadataType mainControllerConf, DeegreeServiceControllerType mainConf, Set<CSWConstants.Sections> sections, ServiceIdentificationType identification, Version version, boolean isTransactionEnabled, boolean isEnabledInspireExtension, ServiceProviderType provider, URL extendedCapabilities)
          TODO
 

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
 JAXBElement<ServiceProviderType> ObjectFactory.createServiceProvider(ServiceProviderType value)
          Create an instance of JAXBElement<ServiceProviderType>}
 

Methods in org.deegree.services.jaxb.metadata with parameters of type ServiceProviderType
 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.metadata
 

Methods in org.deegree.services.metadata with parameters of type ServiceProviderType
static ServiceProvider MetadataUtils.convertFromJAXB(ServiceProviderType sp)
           
 

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

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

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(XMLStreamWriter xmlWriter, GetCapabilities request, ServiceIdentificationType identification, ServiceProviderType provider, List<String> allowedOperations, Set<Capabilities100XMLAdapter.Sections> sections, List<WCSCoverage> coverages, DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, XMLStreamWriter writer, int updateSequence)
          Export a WCS Capabilities document from a list of ServiceConfiguration.Coverages.
 

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(XMLStreamWriter writer, GetCapabilities request, ServiceIdentificationType serviceID, ServiceProviderType serviceProvider, OperationsMetadata operations, ServiceConfiguration serviceConfig)
           
 



Copyright © 2011. All Rights Reserved.