org.jboss.axis.configuration
Class BasicServerConfig

java.lang.Object
  extended byorg.jboss.axis.configuration.SimpleProvider (src) 
      extended byorg.jboss.axis.configuration.BasicServerConfig
All Implemented Interfaces:
EngineConfiguration (src)

public class BasicServerConfig
extends SimpleProvider (src)

A SimpleProvider set up with hardcoded basic configuration for a server (i.e. local transport). Mostly handy for testing.


Field Summary
 
Fields inherited from interface org.jboss.axis.EngineConfiguration (src)
PROPERTY_NAME
 
Constructor Summary
BasicServerConfig()
          Constructor - deploy a hardcoded basic server-side configuration.
 
Methods inherited from class org.jboss.axis.configuration.SimpleProvider (src)
configureEngine, deployService, deployService, deployTransport, deployTransport, getDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getService, getServiceByNamespaceURI, getTransport, getTypeMapping, getTypeMappingRegistry, writeEngineConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicServerConfig

public BasicServerConfig()
Constructor - deploy a hardcoded basic server-side configuration.