站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.AxisEngine (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


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.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.
 

Fields in org.apache.axis.client declared as AxisEngine
protected  AxisEngine Service.engine
           
 

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.
protected  MessageContext AxisServlet.createMessageContext(AxisEngine engine, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Place the Request message in the MessagContext object - notice that we just leave it as a 'ServletRequest' object and let the Message processing routine convert it - we don't do it since we don't know how it's going to be used - perhaps it might not even need to be parsed.
 

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.utils
 

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.