Class SimpleProvider

java.lang.Object
org.apache.axis.configuration.SimpleProvider
All Implemented Interfaces:
EngineConfiguration
Direct Known Subclasses:
BasicClientConfig, BasicServerConfig

public class SimpleProvider extends Object implements EngineConfiguration
A SimpleProvider is an EngineConfiguration which contains a simple HashMap-based registry of Handlers, Transports, and Services. This is for when you want to programatically deploy components which you create. SimpleProvider may also optionally contain a reference to a "default" EngineConfiguration, which will be scanned for components not found in the internal registry. This is handy when you want to start with a base configuration (like the default WSDD) and then quickly add stuff without changing the WSDD document.
Author:
Glen Daniels (gdaniels@apache.org)