Uses of Interface
thredds.catalog2.Service

Packages that use Service
thredds.catalog2   
thredds.catalog2.builder   
thredds.catalog2.simpleImpl   
thredds.catalog2.xml.writer.stax   
 

Uses of Service in thredds.catalog2
 

Methods in thredds.catalog2 that return Service
 Service CatalogSearchHelper.findServiceByName(String name)
           
 Service Service.findServiceByNameGlobally(String name)
           
 Service Catalog.findServiceByNameGlobally(String name)
           
 Service Access.getService()
           
 Service Service.getServiceByName(String name)
           
 Service Catalog.getServiceByName(String name)
           
 

Methods in thredds.catalog2 that return types with arguments of type Service
 List<Service> CatalogSearchHelper.findServiceByType(ServiceType type)
           
 List<Service> Service.getServices()
          Return the List of Service Objects nested in this service.
 List<Service> Catalog.getServices()
           
 

Uses of Service in thredds.catalog2.builder
 

Methods in thredds.catalog2.builder that return Service
 Service ServiceBuilder.build()
          Return the finished Service.
 

Methods in thredds.catalog2.builder with parameters of type Service
 ServiceBuilder ThreddsBuilderFactory.newServiceBuilder(Service service)
           
 

Uses of Service in thredds.catalog2.simpleImpl
 

Methods in thredds.catalog2.simpleImpl with parameters of type Service
 ServiceBuilder ThreddsBuilderFactoryImpl.newServiceBuilder(Service service)
           
 

Uses of Service in thredds.catalog2.xml.writer.stax
 

Methods in thredds.catalog2.xml.writer.stax with parameters of type Service
 void ServiceElementWriter.writeElement(Service service, javax.xml.stream.XMLStreamWriter writer, int nestLevel)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.