org.pentaho.platform.plugin.services.pluginmgr.servicemgr
Class FileSystemAxisWebServiceManager

java.lang.Object
  extended by org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
      extended by org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AxisWebServiceManager
          extended by org.pentaho.platform.plugin.services.pluginmgr.servicemgr.FileSystemAxisWebServiceManager
All Implemented Interfaces:
IServiceTypeManager

public class FileSystemAxisWebServiceManager
extends AxisWebServiceManager

A web service manager that only uses the file system for configuration

Author:
jamesdixon

Field Summary
 
Fields inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AxisWebServiceManager
currentAxisConfigContext, currentAxisConfiguration
 
Constructor Summary
FileSystemAxisWebServiceManager()
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AxisWebServiceManager
getSupportedServiceType, initServices, registerService, setExecuteServiceId, setWsdlServiceId
 
Methods inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
getServiceBean, getServiceConfig
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemAxisWebServiceManager

public FileSystemAxisWebServiceManager()