|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.handlers.BasicHandler (src)
org.jboss.axis.FaultableHandler
A FaultableHandler is essentially a wrapper for any other
Handler which provides flexible fault handling semantics.
| Field Summary | |
protected Handler (src) |
workHandler
|
| Fields inherited from class org.jboss.axis.handlers.BasicHandler (src) |
makeLockable, name, options |
| Constructor Summary | |
FaultableHandler(Handler (src) workHandler)
Constructor |
|
| Method Summary | |
boolean |
canHandleBlock(QName (src) qname)
Can this Handler process this QName? |
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 (src) msgContext)
Invokes the specified handler. |
void |
onFault(MessageContext (src) msgContext)
Some handler later on has faulted so we need to process the fault. |
| Methods inherited from class org.jboss.axis.handlers.BasicHandler (src) |
generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Handler (src) workHandler
| Constructor Detail |
public FaultableHandler(Handler (src) workHandler)
workHandler - the Handler we're going to wrap with Fault semantics.| Method Detail |
public void init()
BasicHandler (src)
init in interface Handler (src) init in class BasicHandler (src) public void cleanup()
Handler (src)
cleanup in interface Handler (src) cleanup in class BasicHandler (src)
public void invoke(MessageContext (src) msgContext)
throws AxisFault (src)
invoke in interface Handler (src) invoke in class BasicHandler (src) AxisFault (src) public void onFault(MessageContext (src) msgContext)
onFault in interface Handler (src) onFault in class BasicHandler (src) public boolean canHandleBlock(QName (src) qname)
Handler (src)
canHandleBlock in interface Handler (src) canHandleBlock in class BasicHandler (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||