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 AxisEngine
MessageContext. getAxisEngine()
Get the axis engine.abstract AxisEngine
AxisEngine. getClientEngine()
Client engine access.Methods in org.apache.axis with parameters of type AxisEngine Modifier and Type Method Description 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 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 class
AxisClient
Provides the equivalent of an "Axis engine" on the client side.Methods in org.apache.axis.client that return AxisEngine Modifier and Type Method Description 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 Modifier and Type Method Description void
Service. setEngine(AxisEngine engine)
Sets this Service's AxisEngine.void
Transport. setupMessageContext(MessageContext context, Call message, AxisEngine engine)
void
Transport. 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 void
DirProvider. configureEngine(AxisEngine engine)
void
FileProvider. configureEngine(AxisEngine engine)
void
NullProvider. configureEngine(AxisEngine engine)
void
SimpleProvider. configureEngine(AxisEngine engine)
Configure an AxisEngine.void
XMLStringProvider. configureEngine(AxisEngine engine)
void
DirProvider. writeEngineConfig(AxisEngine engine)
Save the engine configuration.void
FileProvider. writeEngineConfig(AxisEngine engine)
Save the engine configuration.void
NullProvider. writeEngineConfig(AxisEngine engine)
void
SimpleProvider. writeEngineConfig(AxisEngine engine)
We don't write ourselves out, so this is a noop.void
XMLStringProvider. 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 AxisEngine
WSDDDeployment. getEngine()
Methods in org.apache.axis.deployment.wsdd with parameters of type AxisEngine Modifier and Type Method Description 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 Modifier and Type Method Description AxisEngine
SOAPService. getEngine()
Methods in org.apache.axis.handlers.soap with parameters of type AxisEngine Modifier and Type Method Description 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 Modifier and Type Class Description class
AxisServer
Methods in org.apache.axis.server that return AxisEngine Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static org.w3c.dom.Document
Admin. listConfig(AxisEngine engine)
Get an XML document representing this engine's configuration.protected static org.w3c.dom.Document
Admin. processWSDD(MessageContext msgContext, AxisEngine engine, org.w3c.dom.Element root)
-