Uses of Interface
org.pentaho.platform.api.engine.IServiceConfig

Packages that use IServiceConfig
org.pentaho.platform.api.engine   
org.pentaho.platform.plugin.services.pluginmgr.servicemgr   
org.pentaho.platform.plugin.services.webservices   
 

Uses of IServiceConfig in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IServiceConfig
 IServiceConfig IServiceManager.getServiceConfig(String serviceType, String serviceId)
          Gets the configuration for the requested service.
 

Methods in org.pentaho.platform.api.engine with parameters of type IServiceConfig
 void IServiceManager.registerService(IServiceConfig config)
          Registers a service with the service manager.
 

Uses of IServiceConfig in org.pentaho.platform.plugin.services.pluginmgr.servicemgr
 

Classes in org.pentaho.platform.plugin.services.pluginmgr.servicemgr that implement IServiceConfig
 class ServiceConfig
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr.servicemgr that return IServiceConfig
 IServiceConfig AbstractServiceTypeManager.getServiceConfig(String serviceId)
           
 IServiceConfig IServiceTypeManager.getServiceConfig(String serviceId)
          Retrieves the config for a particular service
 IServiceConfig DefaultServiceManager.getServiceConfig(String serviceType, String serviceId)
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr.servicemgr with parameters of type IServiceConfig
 void AbstractServiceTypeManager.registerService(IServiceConfig wsConfig)
           
 void AxisWebServiceManager.registerService(IServiceConfig wsConfig)
           
 void DefaultServiceManager.registerService(IServiceConfig config)
           
 void IServiceTypeManager.registerService(IServiceConfig wsDefinition)
          Registers a service with this svc type manager
 

Uses of IServiceConfig in org.pentaho.platform.plugin.services.webservices
 

Methods in org.pentaho.platform.plugin.services.webservices that return IServiceConfig
static IServiceConfig AxisUtil.getSourceDefinition(org.apache.axis2.description.AxisService axisService, SystemSolutionAxisConfigurator axisConfigurator)
           
 IServiceConfig AbstractAxisConfigurator.getWebServiceDefinition(String name)
           
 

Methods in org.pentaho.platform.plugin.services.webservices with parameters of type IServiceConfig
abstract  void AbstractAxisConfigurator.addService(IServiceConfig ws)
           
 void SystemSolutionAxisConfigurator.addService(IServiceConfig ws)
           
static org.apache.axis2.description.AxisService AxisUtil.createService(IServiceConfig ws, org.apache.axis2.engine.AxisConfiguration axisConfig)
          Create a web service from a web service wrapper.
static void AxisUtil.createServiceWsdl(org.apache.axis2.description.AxisService axisService, IServiceConfig wsDef, org.apache.axis2.engine.AxisConfiguration axisConfig)
          Creates the WSDL for an Axis service
static String AxisUtil.getWsdl(org.apache.axis2.engine.AxisConfiguration axisConfig, IServiceConfig webservice)
           
static javax.wsdl.Definition AxisUtil.getWsdlDefinition(org.apache.axis2.engine.AxisConfiguration axisConfig, IServiceConfig webservice)