Uses of Interface
org.apache.axis.EngineConfiguration

Packages that use EngineConfiguration
org.apache.axis   
org.apache.axis.client   
 

Uses of EngineConfiguration in org.apache.axis
 

Subinterfaces of EngineConfiguration in org.apache.axis
 interface WSDDEngineConfiguration
          Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.
 

Methods in org.apache.axis that return EngineConfiguration
 EngineConfiguration EngineConfigurationFactory.getClientEngineConfig()
          Get a default client engine configuration.
 EngineConfiguration EngineConfigurationFactory.getServerEngineConfig()
          Get a default server engine configuration.
 EngineConfiguration AxisEngine.getConfig()
          Get the EngineConfiguration used throughout this AxisEngine instance.
 

Constructors in org.apache.axis with parameters of type EngineConfiguration
AxisEngine(EngineConfiguration config)
          Construct an AxisEngine using the specified engine configuration.
 

Uses of EngineConfiguration in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type EngineConfiguration
static void ServiceFactory.setThreadDefaultConfig(EngineConfiguration config)
           
 void Service.setEngineConfiguration(EngineConfiguration config)
          Set this Service's engine configuration.
static void AdminClient.setDefaultConfiguration(EngineConfiguration config)
          If the user calls this with an EngineConfiguration object, all AdminClients on this thread will use that EngineConfiguration rather than the default one.
 

Constructors in org.apache.axis.client with parameters of type EngineConfiguration
Service(EngineConfiguration engineConfiguration, AxisClient axisClient)
          Constructs a Service using the supplied configuration and engine directly.
Service(EngineConfiguration config)
          Constructs a new Service object as above, but also passing in the EngineConfiguration which should be used to set up the AxisClient.
AxisClient(EngineConfiguration config)
           
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.