bexee.axis
Class BexeeEngineConfigurationFactory

java.lang.Object
  extended byorg.apache.axis.configuration.EngineConfigurationFactoryDefault
      extended byorg.apache.axis.configuration.EngineConfigurationFactoryServlet
          extended bybexee.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

Field Summary
protected static java.lang.String SERVER_CONFIG_FILE
           
 
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
 

Field Detail

SERVER_CONFIG_FILE

protected static final java.lang.String SERVER_CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

BexeeEngineConfigurationFactory

protected BexeeEngineConfigurationFactory(javax.servlet.ServletConfig ctx)
Create the default engine configuration with the modified server config file.

Method Detail

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:

See Also:
EngineConfigurationFactoryServlet


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.