org.apache.axis.server
Class DefaultAxisServerFactory

java.lang.Object
  |
  +--org.apache.axis.server.DefaultAxisServerFactory
All Implemented Interfaces:
AxisServerFactory

public class DefaultAxisServerFactory
extends java.lang.Object
implements AxisServerFactory

Helper class for obtaining AxisServers. Default implementation.

Author:
Glen Daniels (gdaniels@macromedia.com)

Constructor Summary
DefaultAxisServerFactory()
           
 
Method Summary
 AxisServer getServer(java.util.Map environment)
          Get an AxisServer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAxisServerFactory

public DefaultAxisServerFactory()
Method Detail

getServer

public AxisServer getServer(java.util.Map environment)
                     throws AxisFault
Get an AxisServer. This factory looks for a "provider" in the environment Map, and if one is found, uses that. Otherwise it uses the default initialization.
Specified by:
getServer in interface AxisServerFactory


Copyright © 2001 Apache XML Project. All Rights Reserved.