public class LogHandler extends BasicHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
makeLockable, name, options| Constructor and Description |
|---|
LogHandler() |
| Modifier and Type | Method and Description |
|---|---|
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, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockablepublic 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
toCopyright © The Apache Software Foundation. All Rights Reserved.