public final class QuitHandler extends BasicHandler
MessageContext.QUIT_REQUESTED
flag set by Admin
and
initiates the shutdown procedure if the flag is set.
Note: this is an internal class that should not be used by application code.
Modifier and Type | Field and Description |
---|---|
static String |
QUIT_LISTENER |
makeLockable, name, options
Constructor and Description |
---|
QuitHandler() |
Modifier and Type | Method and Description |
---|---|
void |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object.
|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
public static final String QUIT_LISTENER
public void invoke(MessageContext msgContext) throws AxisFault
Handler
msgContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorCopyright © The Apache Software Foundation. All Rights Reserved.