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

Packages that use ServiceIdentificationType
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.sos.capabilities   
org.deegree.services.wcs.capabilities   
org.deegree.services.wpvs.controller.capabilities   
 

Uses of ServiceIdentificationType in org.deegree.services.controller
 

Methods in org.deegree.services.controller that return ServiceIdentificationType
protected  ServiceIdentificationType AbstractOWS.synchronizeServiceIdentificationWithMainController(ServiceIdentificationType serviceIdentification)
           
 

Methods in org.deegree.services.controller with parameters of type ServiceIdentificationType
protected  ServiceIdentificationType AbstractOWS.synchronizeServiceIdentificationWithMainController(ServiceIdentificationType serviceIdentification)
           
 

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

Methods in org.deegree.services.csw.exporthandling with parameters of type ServiceIdentificationType
 void GetCapabilitiesHelper.exportServiceIdentification(XMLStreamWriter writer, ServiceIdentificationType identification, String serviceType, String serviceTypeVersion, String serviceTypeCodeSpace)
           
 

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

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

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

Fields in org.deegree.services.jaxb.metadata declared as ServiceIdentificationType
protected  ServiceIdentificationType DeegreeServicesMetadataType.serviceIdentification
           
 

Methods in org.deegree.services.jaxb.metadata that return ServiceIdentificationType
 ServiceIdentificationType ObjectFactory.createServiceIdentificationType()
          Create an instance of ServiceIdentificationType
 ServiceIdentificationType DeegreeServicesMetadataType.getServiceIdentification()
          Gets the value of the serviceIdentification property.
 

Methods in org.deegree.services.jaxb.metadata that return types with arguments of type ServiceIdentificationType
 JAXBElement<ServiceIdentificationType> ObjectFactory.createServiceIdentification(ServiceIdentificationType value)
          Create an instance of JAXBElement<ServiceIdentificationType>}
 

Methods in org.deegree.services.jaxb.metadata with parameters of type ServiceIdentificationType
 JAXBElement<ServiceIdentificationType> ObjectFactory.createServiceIdentification(ServiceIdentificationType value)
          Create an instance of JAXBElement<ServiceIdentificationType>}
 void DeegreeServicesMetadataType.setServiceIdentification(ServiceIdentificationType value)
          Sets the value of the serviceIdentification property.
 

Uses of ServiceIdentificationType in org.deegree.services.metadata
 

Methods in org.deegree.services.metadata with parameters of type ServiceIdentificationType
static ServiceIdentification MetadataUtils.convertFromJAXB(ServiceIdentificationType si)
           
 

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

Methods in org.deegree.services.ows.capabilities with parameters of type ServiceIdentificationType
static void OWSCapabilitiesXMLAdapter.exportServiceIdentification100(XMLStreamWriter writer, ServiceIdentificationType serviceID, String serviceName, List<Version> serviceVersions)
          Exports the given ServiceIdentificationType as an OWS 1.0.0 ServiceIdentification element.
static void OWSCapabilitiesXMLAdapter.exportServiceIdentification110(XMLStreamWriter writer, ServiceIdentificationType serviceID, String serviceName, List<Version> serviceVersions)
          Exports the given ServiceIdentificationType as an OWS 1.1.0 ServiceIdentification element.
 

Uses of ServiceIdentificationType in org.deegree.services.sos.capabilities
 

Methods in org.deegree.services.sos.capabilities with parameters of type ServiceIdentificationType
static void Capabilities100XMLAdapter.export(Set<Capabilities100XMLAdapter.Sections> sections, List<Offering> offerings, DeegreeServicesMetadataType serviceMetadata, ServiceIdentificationType identification, XMLStreamWriter writer)
          Export an SOS Capabilities document from a list of ObservationOfferings.
 

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

Methods in org.deegree.services.wcs.capabilities with parameters of type ServiceIdentificationType
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 ServiceIdentificationType in org.deegree.services.wpvs.controller.capabilities
 

Methods in org.deegree.services.wpvs.controller.capabilities with parameters of type ServiceIdentificationType
 void CapabilitiesXMLAdapter.export040(XMLStreamWriter writer, GetCapabilities request, ServiceIdentificationType serviceID, ServiceProviderType serviceProvider, OperationsMetadata operations, ServiceConfiguration serviceConfig)
           
 



Copyright © 2011. All Rights Reserved.