bexee.axis
Class BexeeEngineConfigurationFactory
java.lang.Object
org.apache.axis.configuration.EngineConfigurationFactoryDefault
org.apache.axis.configuration.EngineConfigurationFactoryServlet
bexee.axis.BexeeEngineConfigurationFactory
- All Implemented Interfaces:
- org.apache.axis.EngineConfigurationFactory
- public class BexeeEngineConfigurationFactory
- extends org.apache.axis.configuration.EngineConfigurationFactoryServlet
This class has exactly the same behaviour as its parent except that it uses a
different server configuration file.
The config file is hard coded to bexee-config.wsdd
.
- Version:
- $Revision: 1.1 $, $Date: 2004/12/15 14:18:15 $
- Author:
- Patric Fornasier, Pawel Kowalski
Fields inherited from class org.apache.axis.configuration.EngineConfigurationFactoryServlet |
log |
Fields inherited from class org.apache.axis.configuration.EngineConfigurationFactoryDefault |
CLIENT_CONFIG_FILE, OPTION_CLIENT_CONFIG_FILE, OPTION_SERVER_CONFIG_FILE |
Fields inherited from interface org.apache.axis.EngineConfigurationFactory |
SYSTEM_PROPERTY_NAME |
Constructor Summary |
protected |
BexeeEngineConfigurationFactory(javax.servlet.ServletConfig ctx)
Create the default engine configuration with the modified server config
file. |
Method Summary |
static org.apache.axis.EngineConfigurationFactory |
newFactory(java.lang.Object param)
Creates and returns a new EngineConfigurationFactory. |
Methods inherited from class org.apache.axis.configuration.EngineConfigurationFactoryServlet |
getServerEngineConfig |
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 |
SERVER_CONFIG_FILE
protected static final java.lang.String SERVER_CONFIG_FILE
- See Also:
- Constant Field Values
BexeeEngineConfigurationFactory
protected BexeeEngineConfigurationFactory(javax.servlet.ServletConfig ctx)
- Create the default engine configuration with the modified server config
file.
newFactory
public static org.apache.axis.EngineConfigurationFactory newFactory(java.lang.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 instanceof ServletConfig)
- it can find it's configuration information
- See Also:
EngineConfigurationFactoryServlet
Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.