Uses of Interface
org.nhindirect.config.service.SettingService

Packages that use SettingService
org.nhindirect.config.service   
org.nhindirect.config.service.impl   
 

Uses of SettingService in org.nhindirect.config.service
 

Subinterfaces of SettingService in org.nhindirect.config.service
 interface ConfigurationService
          Main configuration service interface.
 

Uses of SettingService in org.nhindirect.config.service.impl
 

Classes in org.nhindirect.config.service.impl that implement SettingService
 class ConfigurationServiceImpl
          Implements the single Service Endpoint Interface.
 class SettingServiceImpl
          Service class for methods related to a Service object.
 

Methods in org.nhindirect.config.service.impl that return SettingService
 SettingService ConfigurationServiceImpl.getSettingSvc()
          Get the SettingService object.
 

Methods in org.nhindirect.config.service.impl with parameters of type SettingService
 void ConfigurationServiceImpl.setSettingSvc(SettingService settingSvc)
          Set the SettingService object.
 



Copyright © 2011. All Rights Reserved.