Uses of Interface
org.apache.axis.ConfigurationProvider

Packages that use ConfigurationProvider
org.apache.axis   
org.apache.axis.client   
org.apache.axis.configuration   
org.apache.axis.server   
 

Uses of ConfigurationProvider in org.apache.axis
 

Fields in org.apache.axis declared as ConfigurationProvider
protected  ConfigurationProvider AxisEngine.configProvider
          Our go-to guy for configuration...
 

Constructors in org.apache.axis with parameters of type ConfigurationProvider
AxisEngine(ConfigurationProvider configProvider)
           
 

Uses of ConfigurationProvider in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type ConfigurationProvider
 void Service.setConfigProvider(ConfigurationProvider configProvider)
          Set this Service's configuration provider.
 

Constructors in org.apache.axis.client with parameters of type ConfigurationProvider
Service(ConfigurationProvider configProvider)
          Constructs a new Service object as above, but also passing in the ConfigurationProvider which should be used to set up the AxisClient.
AxisClient(ConfigurationProvider provider)
           
 

Uses of ConfigurationProvider in org.apache.axis.configuration
 

Classes in org.apache.axis.configuration that implement ConfigurationProvider
 class FileProvider
          A simple ConfigurationProvider that uses the Admin class to read + write XML files.
 class NullProvider
          A do-nothing ConfigurationProvider
 class XMLStringProvider
          A simple ConfigurationProvider that uses the Admin class to configure the engine from a String containing XML.
 

Uses of ConfigurationProvider in org.apache.axis.server
 

Constructors in org.apache.axis.server with parameters of type ConfigurationProvider
AxisServer(ConfigurationProvider provider)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.