Uses of Interface
org.apache.axis.EngineConfiguration
-
-
Uses of EngineConfiguration in org.apache.axis
Subinterfaces of EngineConfiguration in org.apache.axis Modifier and Type Interface Description interface
WSDDEngineConfiguration
Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.Fields in org.apache.axis declared as EngineConfiguration Modifier and Type Field Description protected EngineConfiguration
AxisEngine. config
Our go-to guy for configuration...Methods in org.apache.axis that return EngineConfiguration Modifier and Type Method Description EngineConfiguration
EngineConfigurationFactory. getClientEngineConfig()
Get a default client engine configuration.EngineConfiguration
AxisEngine. getConfig()
Get theEngineConfiguration
used throughout thisAxisEngine
instance.EngineConfiguration
EngineConfigurationFactory. getServerEngineConfig()
Get a default server engine configuration.Constructors in org.apache.axis with parameters of type EngineConfiguration Constructor Description 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 that return EngineConfiguration Modifier and Type Method Description protected EngineConfiguration
Service. getEngineConfiguration()
Constructs a EngineConfig if one is not available.Methods in org.apache.axis.client with parameters of type EngineConfiguration Modifier and Type Method Description 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.void
Service. setEngineConfiguration(EngineConfiguration config)
Set this Service's engine configuration.static void
ServiceFactory. setThreadDefaultConfig(EngineConfiguration config)
Constructors in org.apache.axis.client with parameters of type EngineConfiguration Constructor Description AxisClient(EngineConfiguration config)
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.Service(EngineConfiguration engineConfiguration, AxisClient axisClient)
Constructs a Service using the supplied configuration and engine directly. -
Uses of EngineConfiguration in org.apache.axis.configuration
Classes in org.apache.axis.configuration that implement EngineConfiguration Modifier and Type Class Description class
BasicClientConfig
A SimpleProvider set up with hardcoded basic configuration for a client (i.e.class
BasicServerConfig
A SimpleProvider set up with hardcoded basic configuration for a server (i.e.class
DirProvider
class
FileProvider
A simple ConfigurationProvider that uses the Admin class to read + write XML files.class
NullProvider
A do-nothing ConfigurationProviderclass
SimpleProvider
A SimpleProvider is an EngineConfiguration which contains a simple HashMap-based registry of Handlers, Transports, and Services.class
XMLStringProvider
A simple ConfigurationProvider that uses the Admin class to configure the engine from a String containing XML.Methods in org.apache.axis.configuration that return EngineConfiguration Modifier and Type Method Description EngineConfiguration
DefaultEngineConfigurationFactory. getClientEngineConfig()
Deprecated.Get a default client engine configuration.EngineConfiguration
EngineConfigurationFactoryDefault. getClientEngineConfig()
Get a default client engine configuration.EngineConfiguration
DefaultEngineConfigurationFactory. getServerEngineConfig()
Deprecated.Get a default server engine configuration.EngineConfiguration
EngineConfigurationFactoryDefault. getServerEngineConfig()
Get a default server engine configuration.EngineConfiguration
EngineConfigurationFactoryServlet. getServerEngineConfig()
Get a default server engine configuration.Constructors in org.apache.axis.configuration with parameters of type EngineConfiguration Constructor Description SimpleProvider(EngineConfiguration defaultConfiguration)
Constructor which takes an EngineConfiguration which will be used as the default. -
Uses of EngineConfiguration in org.apache.axis.deployment.wsdd
Classes in org.apache.axis.deployment.wsdd that implement EngineConfiguration Modifier and Type Class Description class
WSDDDeployment
WSDD deployment elementMethods in org.apache.axis.deployment.wsdd with parameters of type EngineConfiguration Modifier and Type Method Description Handler
WSDDDeployableItem. getInstance(EngineConfiguration registry)
static Handler
WSDDProvider. getInstance(QName providerType, WSDDService service, EngineConfiguration registry)
Handler
WSDDChain. makeNewInstance(EngineConfiguration registry)
Creates a new instance of this Chainprotected Handler
WSDDDeployableItem. makeNewInstance(EngineConfiguration registry)
Creates a new instance of this deployable.Handler
WSDDGlobalConfiguration. makeNewInstance(EngineConfiguration registry)
Handler
WSDDService. makeNewInstance(EngineConfiguration registry)
Handler
WSDDTargetedChain. makeNewInstance(EngineConfiguration registry)
abstract Handler
WSDDProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
-
Uses of EngineConfiguration in org.apache.axis.deployment.wsdd.providers
Methods in org.apache.axis.deployment.wsdd.providers with parameters of type EngineConfiguration Modifier and Type Method Description Handler
WSDDBsfProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDComProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDHandlerProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaCORBAProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaEJBProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaMsgProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaRMIProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaRPCProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
-
Uses of EngineConfiguration in org.apache.axis.server
Constructors in org.apache.axis.server with parameters of type EngineConfiguration Constructor Description AxisServer(EngineConfiguration config)
-
Uses of EngineConfiguration in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http that return EngineConfiguration Modifier and Type Method Description EngineConfiguration
SimpleAxisServer. getMyConfig()
Methods in org.apache.axis.transport.http with parameters of type EngineConfiguration Modifier and Type Method Description void
SimpleAxisServer. setMyConfig(EngineConfiguration myConfig)
-