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.handlers.soap   
org.apache.axis.server   
org.apache.axis.transport.http   
org.apache.axis.transport.local   
org.apache.axis.utils   
 

Uses of AxisEngine in org.apache.axis
 

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

Methods in org.apache.axis with parameters of type AxisEngine
 void ConfigurationProvider.configureEngine(AxisEngine engine)
          Configure this AxisEngine using whatever data source we have.
 void ConfigurationProvider.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)
           
 

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 AxisClient.getClientEngine()
          this *is* the client engine!
 

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

Constructors in org.apache.axis.client with parameters of type AxisEngine
ServiceClient(AxisEngine engine)
          Construct a ServiceClient with just an AxisEngine.
ServiceClient(java.lang.String endpointURL, AxisEngine engine)
          Construct a ServiceClient with a given endpoint URL & engine
ServiceClient(Transport transport, AxisEngine engine)
          Construct a ServiceClient with the given Transport & engine.
 

Uses of AxisEngine in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration with parameters of type AxisEngine
 void FileProvider.configureEngine(AxisEngine engine)
           
 void FileProvider.writeEngineConfig(AxisEngine engine)
           
protected  void FileProvider.loadProperties(AxisEngine engine)
           
 void XMLStringProvider.configureEngine(AxisEngine engine)
           
 void XMLStringProvider.writeEngineConfig(AxisEngine engine)
           
 

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

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, ServiceClient serviceClient, 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, ServiceClient serv, 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
static void Admin.processEngineConfig(org.w3c.dom.Document doc, AxisEngine engine)
          Process an engine configuration file by deploying appropriate stuff into the specified AxisEngine, and then telling it to save itself when we're done.
static org.w3c.dom.Document Admin.listConfig(AxisEngine engine)
          Get an XML document representing this engine's configuration.
static void Admin.registerChain(org.w3c.dom.Element elem, AxisEngine engine)
          Deploy a chain described in XML into an AxisEngine.
static void Admin.registerService(org.w3c.dom.Element elem, AxisEngine engine)
          Deploy a service described in XML into an AxisEngine.
static void Admin.registerHandler(org.w3c.dom.Element elem, AxisEngine engine)
          Deploy a handler described in XML into an AxisEngine.
static void Admin.registerTransport(org.w3c.dom.Element elem, AxisEngine engine)
          Deploy a transport described in XML into an AxisEngine.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.