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

Packages that use ServiceIdentificationType
org.deegree.services.controller   
org.deegree.services.controller.ows.capabilities   
org.deegree.services.csw.exporthandling   
org.deegree.services.jaxb.metadata   
org.deegree.services.sos.capabilities   
org.deegree.services.wcs.capabilities   
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.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 AbstractOGCServiceController.synchronizeServiceIdentificationWithMainController(ServiceIdentificationType serviceIdentification)
           
 

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

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

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

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

Constructors in org.deegree.services.csw.exporthandling with parameters of type ServiceIdentificationType
GetCapabilitiesHandler(javax.xml.stream.XMLStreamWriter writer, DeegreeServicesMetadataType mainControllerConf, DeegreeServiceControllerType mainConf, java.util.Set<org.deegree.protocol.csw.CSWConstants.Sections> sections, ServiceIdentificationType identification, org.deegree.commons.tom.ows.Version version, boolean isTransactionEnabled, boolean isEnabledInspireExtension, boolean isSoap)
           
 

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
 javax.xml.bind.JAXBElement<ServiceIdentificationType> ObjectFactory.createServiceIdentification(ServiceIdentificationType value)
          Create an instance of JAXBElement<ServiceIdentificationType>}
 

Methods in org.deegree.services.jaxb.metadata with parameters of type ServiceIdentificationType
 javax.xml.bind.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.sos.capabilities
 

Methods in org.deegree.services.sos.capabilities with parameters of type ServiceIdentificationType
static void Capabilities100XMLAdapter.export(java.util.Set<Capabilities100XMLAdapter.Sections> sections, java.util.List<org.deegree.observation.model.Offering> offerings, DeegreeServicesMetadataType serviceMetadata, ServiceIdentificationType identification, javax.xml.stream.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(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 ServiceIdentificationType in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller declared as ServiceIdentificationType
protected  ServiceIdentificationType WMSController.identification
           
 

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

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

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