Uses of Class
org.pentaho.platform.api.engine.ServiceException

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

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

Methods in org.pentaho.platform.api.engine that throw ServiceException
 Object IServiceManager.getServiceBean(String serviceType, String serviceId)
          Returns an instance of a registered servicing object.
 void IServiceManager.registerService(IServiceConfig config)
          Registers a service with the service manager.
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr.servicemgr that throw ServiceException
 Object AbstractServiceTypeManager.getServiceBean(String serviceId)
           
 Object IServiceTypeManager.getServiceBean(String serviceId)
          Returns an instance of a registered servicing object.
 Object DefaultServiceManager.getServiceBean(String serviceType, String serviceId)
           
 void DefaultServiceManager.registerService(IServiceConfig config)
           
 void IServiceTypeManager.registerService(IServiceConfig wsDefinition)
          Registers a service with this svc type manager