|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisEngine in org.apache.axis |
Methods in org.apache.axis that return AxisEngine | |
abstract AxisEngine |
AxisEngine.getClientEngine()
Client engine access An AxisEngine may define another specific AxisEngine to be used by newly created Clients. |
AxisEngine |
MessageContext.getAxisEngine()
|
Methods in org.apache.axis with parameters of type AxisEngine | |
void |
ConfigurationProvider.configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have. |
void |
ConfigurationProvider.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)
|
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()
this *is* the client engine! |
Methods in org.apache.axis.client with parameters of type AxisEngine | |
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)
|
Constructors in org.apache.axis.client with parameters of type AxisEngine | |
ServiceClient(AxisEngine engine)
Deprecated. Construct a ServiceClient with just an AxisEngine. |
|
ServiceClient(java.lang.String endpointURL,
AxisEngine engine)
Deprecated. Construct a ServiceClient with a given endpoint URL & engine |
|
ServiceClient(Transport transport,
AxisEngine engine)
Deprecated. Construct a ServiceClient with the given Transport & engine. |
Uses of AxisEngine in org.apache.axis.configuration |
Methods in org.apache.axis.configuration with parameters of type AxisEngine | |
void |
XMLStringProvider.configureEngine(AxisEngine engine)
|
void |
XMLStringProvider.writeEngineConfig(AxisEngine engine)
|
void |
NullProvider.configureEngine(AxisEngine engine)
|
void |
NullProvider.writeEngineConfig(AxisEngine engine)
|
void |
FileProvider.configureEngine(AxisEngine engine)
|
void |
FileProvider.writeEngineConfig(AxisEngine engine)
Save the engine configuration. |
Uses of AxisEngine in org.apache.axis.handlers.soap |
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.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.utils |
Methods in org.apache.axis.utils with parameters of type AxisEngine | |
static void |
Admin.processEngineConfig(org.w3c.dom.Document doc,
AxisEngine engine)
Process an engine configuration file by deploying appropriate stuff into the specified AxisEngine, and then telling it to save itself when we're done. |
protected static org.w3c.dom.Document |
Admin.processWSDD(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. |
static void |
Admin.registerChain(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a chain described in XML into an AxisEngine. |
static void |
Admin.registerService(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a service described in XML into an AxisEngine. |
static void |
Admin.registerHandler(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a handler described in XML into an AxisEngine. |
static void |
Admin.registerTransport(org.w3c.dom.Element elem,
AxisEngine engine)
Deploy a transport described in XML into an AxisEngine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |