public class DebugHandler extends BasicHandler
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
static String |
NS_URI_DEBUG |
makeLockable, name, options
Constructor and Description |
---|
DebugHandler() |
Modifier and Type | Method and Description |
---|---|
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, init, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
protected static org.apache.commons.logging.Log log
public static final String NS_URI_DEBUG
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.