Uses of Class
org.apache.axis.AxisEngine
Packages that use AxisEngine
Package
Description
-
Uses of AxisEngine in org.apache.axis
Methods in org.apache.axis that return AxisEngineModifier and TypeMethodDescriptionMessageContext.getAxisEngine()
Get the axis engine.abstract AxisEngine
AxisEngine.getClientEngine()
Client engine access.Methods in org.apache.axis with parameters of type AxisEngineModifier and TypeMethodDescriptionvoid
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 -
Uses of AxisEngine in org.apache.axis.client
Subclasses of AxisEngine in org.apache.axis.clientModifier and TypeClassDescriptionclass
Provides the equivalent of an "Axis engine" on the client side.Methods in org.apache.axis.client that return AxisEngineModifier and TypeMethodDescriptionAxisClient.getClientEngine()
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 AxisEngineModifier and TypeMethodDescriptionvoid
Service.setEngine
(AxisEngine engine) Sets this Service's AxisEngine.final 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 AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineMethods in org.apache.axis.deployment.wsdd with parameters of type AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineMethods in org.apache.axis.handlers.soap with parameters of type AxisEngineModifier and TypeMethodDescriptionvoid
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.serverMethods in org.apache.axis.server that return AxisEngine -
Uses of AxisEngine in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http with parameters of type AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineModifier and TypeMethodDescriptionvoid
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 AxisEngineModifier and TypeMethodDescriptionstatic Document
Admin.listConfig
(AxisEngine engine) Get an XML document representing this engine's configuration.protected static Document
Admin.processWSDD
(MessageContext msgContext, AxisEngine engine, Element root)