|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.apache.axis.handlers.JAXRPCHandler
Handles JAXRPC style handlers.
| Constructor Summary | |
JAXRPCHandler()
|
|
| Method Summary | |
void |
cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain. |
void |
invoke(MessageContext msgContext)
Must implement this in subclasses. |
void |
onFault(MessageContext msgContext)
Called when a subsequent handler throws a fault. |
| Methods inherited from class org.apache.axis.handlers.BasicHandler |
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, setName, setOption, setOptionDefault, setOptions |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JAXRPCHandler()
| Method Detail |
public void invoke(MessageContext msgContext)
throws AxisFault
BasicHandler
invoke in interface Handlerinvoke in class BasicHandlerAxisFaultpublic void onFault(MessageContext msgContext)
Handler
onFault in interface HandleronFault in class BasicHandlerpublic void cleanup()
Handler
cleanup in interface Handlercleanup in class BasicHandler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||