org.globus.axis.configuration
Class EngineConfigurationFactoryServlet

java.lang.Object
  extended byorg.apache.axis.configuration.EngineConfigurationFactoryDefault
      extended byorg.globus.axis.configuration.EngineConfigurationFactoryServlet
All Implemented Interfaces:
org.apache.axis.EngineConfigurationFactory

public class EngineConfigurationFactoryServlet
extends org.apache.axis.configuration.EngineConfigurationFactoryDefault


Field Summary
private  javax.servlet.ServletContext ctx
           
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.configuration.EngineConfigurationFactoryDefault
CLIENT_CONFIG_FILE, OPTION_CLIENT_CONFIG_FILE, OPTION_SERVER_CONFIG_FILE, SERVER_CONFIG_FILE
 
Fields inherited from interface org.apache.axis.EngineConfigurationFactory
SYSTEM_PROPERTY_NAME
 
Constructor Summary
protected EngineConfigurationFactoryServlet(javax.servlet.ServletConfig conf)
           
 
Method Summary
 org.apache.axis.EngineConfiguration getServerEngineConfig()
           
private static org.apache.axis.EngineConfiguration getServerEngineConfig(javax.servlet.ServletContext ctx)
           
static org.apache.axis.EngineConfigurationFactory newFactory(java.lang.Object param)
           
 
Methods inherited from class org.apache.axis.configuration.EngineConfigurationFactoryDefault
getClientEngineConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log

ctx

private javax.servlet.ServletContext ctx
Constructor Detail

EngineConfigurationFactoryServlet

protected EngineConfigurationFactoryServlet(javax.servlet.ServletConfig conf)
Method Detail

newFactory

public static org.apache.axis.EngineConfigurationFactory newFactory(java.lang.Object param)

getServerEngineConfig

public org.apache.axis.EngineConfiguration getServerEngineConfig()

getServerEngineConfig

private static org.apache.axis.EngineConfiguration getServerEngineConfig(javax.servlet.ServletContext ctx)