| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. | 
| 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 | AxisClientProvides the equivalent of an "Axis engine" on the client side. | 
| Methods in org.apache.axis.client that return AxisEngine | |
|  AxisEngine | AxisClient.getClientEngine() | 
|  AxisEngine | Service.getEngine()Returns the current AxisEngine used by this Service and all of the Call objects created from this Service object. | 
| 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 | NullProvider.configureEngine(AxisEngine engine) | 
|  void | NullProvider.writeEngineConfig(AxisEngine engine) | 
|  void | DirProvider.configureEngine(AxisEngine engine) | 
|  void | DirProvider.writeEngineConfig(AxisEngine engine)Save the engine configuration. | 
|  void | FileProvider.configureEngine(AxisEngine engine) | 
|  void | FileProvider.writeEngineConfig(AxisEngine engine)Save the engine configuration. | 
|  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. | 
| 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. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||