Uses of Class
org.apache.axis.AxisEngine

Packages that use AxisEngine
org.apache.axis   
org.apache.axis.client   
org.apache.axis.configuration   
org.apache.axis.deployment.wsdd   
org.apache.axis.handlers.soap   
org.apache.axis.server   
org.apache.axis.transport.http   
org.apache.axis.transport.java   
org.apache.axis.transport.jms   
org.apache.axis.transport.local   
org.apache.axis.transport.mail   
org.apache.axis.utils   
 

Uses of AxisEngine in org.apache.axis
 

Methods in org.apache.axis that return AxisEngine
 AxisEngine MessageContext.getAxisEngine()
          get the axis engine.
abstract  AxisEngine AxisEngine.getClientEngine()
          Client engine access An AxisEngine may define another specific AxisEngine to be used by newly created Clients.
 

Methods in org.apache.axis with parameters of type AxisEngine
 void EngineConfiguration.configureEngine(AxisEngine engine)
          Configure this AxisEngine using whatever data source we have.
 void EngineConfiguration.writeEngineConfig(AxisEngine engine)
          Read the configuration from an engine, and store it somehow.
 

Constructors in org.apache.axis with parameters of type AxisEngine
MessageContext(AxisEngine engine)
          Create a message context.
 

Uses of AxisEngine in org.apache.axis.client
 

Subclasses of AxisEngine in org.apache.axis.client
 class AxisClient
          Provides the equivalent of an "Axis engine" on the client side.
 

Methods in org.apache.axis.client that return AxisEngine
 AxisEngine Service.getEngine()
          Returns the current AxisEngine used by this Service and all of the Call objects created from this Service object.
 AxisEngine AxisClient.getClientEngine()
          this *is* the client engine!
 

Methods in org.apache.axis.client with parameters of type AxisEngine
 void Transport.setupMessageContext(MessageContext context, Call message, AxisEngine engine)
           
 void Transport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
           
 void Service.setEngine(AxisEngine engine)
          Sets this Service's AxisEngine.
 

Uses of AxisEngine in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration with parameters of type AxisEngine
 void XMLStringProvider.writeEngineConfig(AxisEngine engine)
           
 void XMLStringProvider.configureEngine(AxisEngine engine)
           
 void SimpleProvider.configureEngine(AxisEngine engine)
          Configure an AxisEngine.
 void SimpleProvider.writeEngineConfig(AxisEngine engine)
          We don't write ourselves out, so this is a noop.
 void NullProvider.configureEngine(AxisEngine engine)
           
 void NullProvider.writeEngineConfig(AxisEngine engine)
           
 void FileProvider.configureEngine(AxisEngine engine)
           
 void FileProvider.writeEngineConfig(AxisEngine engine)
          Save the engine configuration.
 

Uses of AxisEngine in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return AxisEngine
 AxisEngine WSDDDeployment.getEngine()
           
 

Methods in org.apache.axis.deployment.wsdd with parameters of type AxisEngine
 void WSDDDeployment.configureEngine(AxisEngine engine)
           
 void WSDDDeployment.writeEngineConfig(AxisEngine engine)
           
 

Uses of AxisEngine in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return AxisEngine
 AxisEngine SOAPService.getEngine()
           
 

Methods in org.apache.axis.handlers.soap with parameters of type AxisEngine
 void SOAPService.setEngine(AxisEngine engine)
          Tell this service which engine it's deployed to.
 

Uses of AxisEngine in org.apache.axis.server
 

Subclasses of AxisEngine in org.apache.axis.server
 class AxisServer
           
 

Methods in org.apache.axis.server that return AxisEngine
 AxisEngine AxisServer.getClientEngine()
          Get this server's client engine.
 

Uses of AxisEngine in org.apache.axis.transport.http
 

Methods in org.apache.axis.transport.http with parameters of type AxisEngine
 void HTTPTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of AxisEngine in org.apache.axis.transport.java
 

Methods in org.apache.axis.transport.java with parameters of type AxisEngine
 void JavaTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of AxisEngine in org.apache.axis.transport.jms
 

Methods in org.apache.axis.transport.jms with parameters of type AxisEngine
 void JMSTransport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of AxisEngine in org.apache.axis.transport.local
 

Methods in org.apache.axis.transport.local with parameters of type AxisEngine
 void LocalTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of AxisEngine in org.apache.axis.transport.mail
 

Methods in org.apache.axis.transport.mail with parameters of type AxisEngine
 void MailTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of AxisEngine in org.apache.axis.utils
 

Methods in org.apache.axis.utils with parameters of type AxisEngine
protected static org.w3c.dom.Document Admin.processWSDD(MessageContext msgContext, AxisEngine engine, org.w3c.dom.Element root)
           
static org.w3c.dom.Document Admin.listConfig(AxisEngine engine)
          Get an XML document representing this engine's configuration.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.