Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.configuration
Class DefaultEngineConfigurationFactory  view DefaultEngineConfigurationFactory download DefaultEngineConfigurationFactory.java

java.lang.Object
  extended byorg.apache.axis.configuration.DefaultEngineConfigurationFactory
All Implemented Interfaces:
org.apache.axis.EngineConfigurationFactory
Direct Known Subclasses:
ServletEngineConfigurationFactory

public class DefaultEngineConfigurationFactory
extends java.lang.Object
implements org.apache.axis.EngineConfigurationFactory

This is a 'front' for replacement logic. Use EngineConfigurationFactoryFinder.newFactory().


Field Summary
protected  org.apache.axis.EngineConfigurationFactory factory
          Deprecated.  
 
Fields inherited from interface org.apache.axis.EngineConfigurationFactory
SYSTEM_PROPERTY_NAME
 
Constructor Summary
  DefaultEngineConfigurationFactory()
          Deprecated. Create the default engine configuration and detect whether the user has overridden this with their own.
protected DefaultEngineConfigurationFactory(org.apache.axis.EngineConfigurationFactory factory)
          Deprecated.  
 
Method Summary
 org.apache.axis.EngineConfiguration getClientEngineConfig()
          Deprecated. Get a default client engine configuration.
 org.apache.axis.EngineConfiguration getServerEngineConfig()
          Deprecated. Get a default server engine configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected final org.apache.axis.EngineConfigurationFactory factory
Deprecated. 
Constructor Detail

DefaultEngineConfigurationFactory

protected DefaultEngineConfigurationFactory(org.apache.axis.EngineConfigurationFactory factory)
Deprecated. 

DefaultEngineConfigurationFactory

public DefaultEngineConfigurationFactory()
Deprecated. 
Create the default engine configuration and detect whether the user has overridden this with their own.

Method Detail

getClientEngineConfig

public org.apache.axis.EngineConfiguration getClientEngineConfig()
Deprecated. 
Get a default client engine configuration.

Specified by:
getClientEngineConfig in interface org.apache.axis.EngineConfigurationFactory

getServerEngineConfig

public org.apache.axis.EngineConfiguration getServerEngineConfig()
Deprecated. 
Get a default server engine configuration.

Specified by:
getServerEngineConfig in interface org.apache.axis.EngineConfigurationFactory