Uses of Class
org.openamf.config.ServiceConfig

Packages that use ServiceConfig
org.openamf   
org.openamf.config   
 

Uses of ServiceConfig in org.openamf
 

Methods in org.openamf that return ServiceConfig
 ServiceConfig ServiceRequest.getServiceConfig()
           
 

Constructors in org.openamf with parameters of type ServiceConfig
ServiceRequest(AMFBody requestBody, ServiceConfig serviceConfig)
           
 

Uses of ServiceConfig in org.openamf.config
 

Methods in org.openamf.config that return ServiceConfig
 ServiceConfig ServiceMethodConfig.getServiceConfig()
           
 ServiceConfig OpenAMFConfig.getServiceConfig(java.lang.String name)
           
 

Methods in org.openamf.config with parameters of type ServiceConfig
 void ServiceMethodConfig.setServiceConfig(ServiceConfig serviceConfig)
           
 void OpenAMFConfig.addServiceConfig(ServiceConfig serviceConfig)