|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.configuration.EngineConfigurationFactoryDefault (src)
org.jboss.axis.configuration.EngineConfigurationFactoryServlet
This is a default implementation of ServletEngineConfigurationFactory. It is user-overrideable by a system property without affecting the caller. If you decide to override it, use delegation if you want to inherit the behaviour of this class as using class extension will result in tight loops. That is, your class should implement EngineConfigurationFactory and keep an instance of this class in a member field and delegate methods to that instance when the default behaviour is required.
Field Summary |
Fields inherited from class org.jboss.axis.configuration.EngineConfigurationFactoryDefault (src) |
CLIENT_CONFIG_FILE, OPTION_CLIENT_CONFIG_FILE, OPTION_SERVER_CONFIG_FILE, SERVER_CONFIG_FILE |
Fields inherited from interface org.jboss.axis.EngineConfigurationFactory (src) |
SYSTEM_PROPERTY_NAME |
Constructor Summary | |
protected |
EngineConfigurationFactoryServlet(ServletContext ctx)
Create the default engine configuration and detect whether the user has overridden this with their own. |
Method Summary | |
EngineConfiguration (src) |
getServerEngineConfig()
Get a default server engine configuration. |
static EngineConfigurationFactory (src) |
newFactory(java.lang.Object param)
Creates and returns a new EngineConfigurationFactory. |
Methods inherited from class org.jboss.axis.configuration.EngineConfigurationFactoryDefault (src) |
getClientEngineConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected EngineConfigurationFactoryServlet(ServletContext ctx)
Method Detail |
public static EngineConfigurationFactory (src) newFactory(java.lang.Object param)
EngineConfigurationFactoryFinder
(src) public EngineConfiguration (src) getServerEngineConfig()
getServerEngineConfig
in interface EngineConfigurationFactory (src)
getServerEngineConfig
in class EngineConfigurationFactoryDefault (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |