|
|||||||||||
| 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 |
addNewHandler(java.lang.String className,
java.util.Map options)
|
void |
cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain. |
void |
init()
Stubbed-out methods. |
void |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
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, 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 init()
BasicHandler
init in interface Handlerinit in class BasicHandler
public void addNewHandler(java.lang.String className,
java.util.Map options)
public void invoke(MessageContext msgContext)
throws AxisFault
Handler
msgContext - the MessageContext to process with this
Handler.
AxisFault - if the handler encounters an errorpublic 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 | ||||||||||