org.pentaho.platform.plugin.services.webservices
Class FileSystemAxisConfigurator

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.plugin.services.webservices.AbstractAxisConfigurator
          extended by org.pentaho.platform.plugin.services.webservices.SystemSolutionAxisConfigurator
              extended by org.pentaho.platform.plugin.services.webservices.FileSystemAxisConfigurator
All Implemented Interfaces:
Serializable, org.apache.axis2.engine.AxisConfigurator, ILogger

public class FileSystemAxisConfigurator
extends SystemSolutionAxisConfigurator

An Axis Configurator that uses PentahoSystem but not an ISolutionRepository to get the axis configuration file

Author:
jamesdixon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
FileSystemAxisConfigurator()
           
 
Method Summary
 InputStream getConfigXml()
           
 
Methods inherited from class org.pentaho.platform.plugin.services.webservices.SystemSolutionAxisConfigurator
addService, getAxisConfigPath, getLogger, init, setEnabled
 
Methods inherited from class org.pentaho.platform.plugin.services.webservices.AbstractAxisConfigurator
cleanup, engageGlobalModules, getAxisConfiguration, getWebServiceDefinition, loadServices, reloadServices, setSession, unloadServices
 
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemAxisConfigurator

public FileSystemAxisConfigurator()
Method Detail

getConfigXml

public InputStream getConfigXml()
Overrides:
getConfigXml in class SystemSolutionAxisConfigurator