|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisEngine | |
org.apache.axis | |
org.apache.axis.client | |
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. |
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. |
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()
|
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.utils |
Methods in org.apache.axis.utils with parameters of type AxisEngine | |
static org.w3c.dom.Document |
Admin.listConfig(AxisEngine engine)
Get an XML document representing this engine's configuration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |