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, setOptionsLockable
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
toCopyright © The Apache Software Foundation. All Rights Reserved.