org.apache.axis.client
public class AxisClient extends AxisEngine
| Field Summary | |
|---|---|
| protected static Log | log |
| Constructor Summary | |
|---|---|
| AxisClient(EngineConfiguration config) | |
| AxisClient() | |
| Method Summary | |
|---|---|
| AxisEngine | getClientEngine() |
| protected HandlerChain | getJAXRPChandlerChain(MessageContext context) |
| void | invoke(MessageContext msgContext)
Main routine of the AXIS engine. |
Returns: this instance, as this is the client engine
Parameters: context Stores the Service, port QName and optionnaly a HandlerInfoChainFactory
Returns: Returns a HandlerChain if one has been specified
Parameters: msgContext the MessageContext to invoke relative
to
Throws: AxisFault if anything goes wrong during invocation