public class JAXRPCHandler extends BasicHandler
| Modifier and Type | Field and Description |
|---|---|
protected HandlerChainImpl |
impl |
protected static org.apache.commons.logging.Log |
log |
makeLockable, name, options| Constructor and Description |
|---|
JAXRPCHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewHandler(String className,
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.
|
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockableprotected static org.apache.commons.logging.Log log
protected HandlerChainImpl impl
public void init()
BasicHandlerinit in interface Handlerinit in class BasicHandlerpublic void invoke(MessageContext msgContext) throws AxisFault
HandlermsgContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorpublic void onFault(MessageContext msgContext)
HandleronFault in interface HandleronFault in class BasicHandlermsgContext - the MessageContext to process the fault
topublic void cleanup()
Handlercleanup in interface Handlercleanup in class BasicHandlerCopyright © The Apache Software Foundation. All Rights Reserved.