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, setOptionsLockable
protected static org.apache.commons.logging.Log log
protected HandlerChainImpl impl
public void init()
BasicHandler
init
in interface Handler
init
in class BasicHandler
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 Handler
onFault
in class BasicHandler
msgContext
- the MessageContext
to process the fault
topublic void cleanup()
Handler
cleanup
in interface Handler
cleanup
in class BasicHandler
Copyright © The Apache Software Foundation. All Rights Reserved.