org.apache.axis.configuration
Class EngineConfigurationFactoryServlet
- EngineConfigurationFactory
public class 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.
- Richard A. Sitze
- Davanum Srinivas (dims@apache.org)
log
protected static Log log
EngineConfigurationFactoryServlet
protected EngineConfigurationFactoryServlet(ServletConfig conf)
Create the default engine configuration and detect whether the user
has overridden this with their own.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.