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
 

Constructors in org.apache.axis.client with parameters of type ConfigurationProvider
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 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.