站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

EngineConfigurationFactoryServlet (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.configuration
Class EngineConfigurationFactoryServlet

java.lang.Object
  extended byorg.apache.axis.configuration.EngineConfigurationFactoryDefault
      extended byorg.apache.axis.configuration.EngineConfigurationFactoryServlet
All Implemented Interfaces:
EngineConfigurationFactory

public class EngineConfigurationFactoryServlet
extends EngineConfigurationFactoryDefault

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.

Author:
Richard A. Sitze, Davanum Srinivas (dims@apache.org)

Field Summary
 
Fields inherited from class org.apache.axis.configuration.EngineConfigurationFactoryDefault
CLIENT_CONFIG_FILE, OPTION_CLIENT_CONFIG_FILE, OPTION_SERVER_CONFIG_FILE, SERVER_CONFIG_FILE
 
Fields inherited from interface org.apache.axis.EngineConfigurationFactory
SYSTEM_PROPERTY_NAME
 
Constructor Summary
protected EngineConfigurationFactoryServlet(javax.servlet.ServletContext ctx)
          Create the default engine configuration and detect whether the user has overridden this with their own.
 
Method Summary
 EngineConfiguration getServerEngineConfig()
          Get a default server engine configuration.
static EngineConfigurationFactory newFactory(Object param)
          Creates and returns a new EngineConfigurationFactory.
 
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
 

Constructor Detail

EngineConfigurationFactoryServlet

protected EngineConfigurationFactoryServlet(javax.servlet.ServletContext ctx)
Create the default engine configuration and detect whether the user has overridden this with their own.

Method Detail

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 instanceof ServletContext) - it can find it's configuration information

See Also:
EngineConfigurationFactoryFinder

getServerEngineConfig

public EngineConfiguration getServerEngineConfig()
Get a default server engine configuration.

Specified by:
getServerEngineConfig in interface EngineConfigurationFactory
Overrides:
getServerEngineConfig in class EngineConfigurationFactoryDefault
Returns:
a server EngineConfiguration


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.