public class LocalSender extends BasicHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
makeLockable, name, options| Constructor and Description |
|---|
LocalSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Allocate an embedded Axis server to process requests and initialize it.
|
void |
invoke(MessageContext clientContext)
Invoke is called to do the actual work of the Handler object.
|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockablepublic void init()
init in interface Handlerinit in class BasicHandlerpublic void invoke(MessageContext clientContext) throws AxisFault
HandlerclientContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorCopyright © The Apache Software Foundation. All Rights Reserved.