|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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.
Fields inherited from class org.apache.axis.AxisEngine |
_handlerRegistry, _hasSafePassword, _serviceRegistry, _typeMappingRegistry, configProvider, PROP_DEBUG_FILE, PROP_DEBUG_LEVEL, PROP_DOMULTIREFS, PROP_PASSWORD, PROP_XML_DECL, transportRegistry |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
name, options |
Constructor Summary | |
AxisClient(ConfigurationProvider provider)
|
Method Summary | |
AxisEngine |
getClientEngine()
this *is* the client engine! |
void |
invoke(MessageContext msgContext)
Main routine of the AXIS engine. |
void |
undo(MessageContext msgContext)
Must implement this in subclasses. |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
addOption, canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, setName, setOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisClient(ConfigurationProvider provider)
Method Detail |
public AxisEngine getClientEngine()
getClientEngine
in class AxisEngine
public void invoke(MessageContext msgContext) throws AxisFault
invoke
in class BasicHandler
public void undo(MessageContext msgContext)
BasicHandler
undo
in class BasicHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |