Uses of Class
org.apache.axis.AxisEngine
-
-
Uses of AxisEngine in org.apache.axis
Methods in org.apache.axis that return AxisEngine Modifier and Type Method Description AxisEngineMessageContext. getAxisEngine()Get the axis engine.abstract AxisEngineAxisEngine. getClientEngine()Client engine access.Methods in org.apache.axis with parameters of type AxisEngine Modifier and Type Method Description voidEngineConfiguration. configureEngine(AxisEngine engine)Configure this AxisEngine using whatever data source we have.voidEngineConfiguration. writeEngineConfig(AxisEngine engine)Read the configuration from an engine, and store it somehow.Constructors in org.apache.axis with parameters of type AxisEngine Constructor Description MessageContext(AxisEngine engine)Create a message context. -
Uses of AxisEngine in org.apache.axis.client
Subclasses of AxisEngine in org.apache.axis.client Modifier and Type Class Description classAxisClientProvides the equivalent of an "Axis engine" on the client side.Methods in org.apache.axis.client that return AxisEngine Modifier and Type Method Description AxisEngineAxisClient. getClientEngine()AxisEngineService. 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 Modifier and Type Method Description voidService. setEngine(AxisEngine engine)Sets this Service's AxisEngine.voidTransport. setupMessageContext(MessageContext context, Call message, AxisEngine engine)voidTransport. setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine) -
Uses of AxisEngine in org.apache.axis.configuration
Methods in org.apache.axis.configuration with parameters of type AxisEngine Modifier and Type Method Description voidDirProvider. configureEngine(AxisEngine engine)voidFileProvider. configureEngine(AxisEngine engine)voidNullProvider. configureEngine(AxisEngine engine)voidSimpleProvider. configureEngine(AxisEngine engine)Configure an AxisEngine.voidXMLStringProvider. configureEngine(AxisEngine engine)voidDirProvider. writeEngineConfig(AxisEngine engine)Save the engine configuration.voidFileProvider. writeEngineConfig(AxisEngine engine)Save the engine configuration.voidNullProvider. writeEngineConfig(AxisEngine engine)voidSimpleProvider. writeEngineConfig(AxisEngine engine)We don't write ourselves out, so this is a noop.voidXMLStringProvider. writeEngineConfig(AxisEngine engine) -
Uses of AxisEngine in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return AxisEngine Modifier and Type Method Description AxisEngineWSDDDeployment. getEngine()Methods in org.apache.axis.deployment.wsdd with parameters of type AxisEngine Modifier and Type Method Description voidWSDDDeployment. configureEngine(AxisEngine engine)voidWSDDDeployment. writeEngineConfig(AxisEngine engine) -
Uses of AxisEngine in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return AxisEngine Modifier and Type Method Description AxisEngineSOAPService. getEngine()Methods in org.apache.axis.handlers.soap with parameters of type AxisEngine Modifier and Type Method Description voidSOAPService. 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 Modifier and Type Class Description classAxisServerMethods in org.apache.axis.server that return AxisEngine Modifier and Type Method Description AxisEngineAxisServer. 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 Modifier and Type Method Description voidHTTPTransport. 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 Modifier and Type Method Description voidJavaTransport. 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 Modifier and Type Method Description voidJMSTransport. 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 Modifier and Type Method Description voidLocalTransport. 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 Modifier and Type Method Description voidMailTransport. 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 Modifier and Type Method Description static org.w3c.dom.DocumentAdmin. listConfig(AxisEngine engine)Get an XML document representing this engine's configuration.protected static org.w3c.dom.DocumentAdmin. processWSDD(MessageContext msgContext, AxisEngine engine, org.w3c.dom.Element root)
-