|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.handlers.BasicHandler org.apache.axis.AxisEngine org.apache.axis.client.AxisClient
Provides the equivalent of an "Axis engine" on the client side. Subclasses hardcode initialization & setup logic for particular client-side transports.
Field Summary |
Constructor Summary | |
AxisClient()
|
|
AxisClient(EngineConfiguration config)
|
Method Summary | |
AxisEngine |
getClientEngine()
Client engine access. |
void |
invoke(MessageContext msgContext)
Main routine of the AXIS engine. |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, onFault, setName, setOption, setOptionDefault, setOptions |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisClient(EngineConfiguration config)
public AxisClient()
Method Detail |
public AxisEngine getClientEngine()
AxisEngine
An AxisEngine may define another specific AxisEngine to be used by newly created Clients. For instance, a server may create an AxisClient and allow deployment to it. Then the server's services may access the AxisClient's deployed handlers and transports.
getClientEngine
in class AxisEngine
public void invoke(MessageContext msgContext) throws AxisFault
msgContext
- the MessageContext
to invoke relative
to
AxisFault
- if anything goes wrong during invocation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |