org.apache.axis.configuration
Class EngineConfigurationFactoryDefault
java.lang.Object
org.apache.axis.configuration.EngineConfigurationFactoryDefault
- EngineConfigurationFactory
public class EngineConfigurationFactoryDefault
extends java.lang.Object
This is a default implementation of EngineConfigurationFactory.
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
- Glyn Normington (glyn@apache.org)
CLIENT_CONFIG_FILE
protected static final String CLIENT_CONFIG_FILE
OPTION_CLIENT_CONFIG_FILE
public static final String OPTION_CLIENT_CONFIG_FILE
OPTION_SERVER_CONFIG_FILE
public static final String OPTION_SERVER_CONFIG_FILE
SERVER_CONFIG_FILE
protected static final String SERVER_CONFIG_FILE
clientConfigFile
protected String clientConfigFile
log
protected static Log log
serverConfigFile
protected String serverConfigFile
EngineConfigurationFactoryDefault
protected EngineConfigurationFactoryDefault()
Create the default engine configuration and detect whether the user
has overridden this with their own.
newFactory
public static EngineConfigurationFactory newFactory(Object param)
Creates and returns a new EngineConfigurationFactory.
If a factory cannot be created, return 'null'.
The factory may return non-NULL only if:
- it knows what to do with the param (param == null)
- it can find it's configuration information
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.