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, setOptionsLockable
public void init()
init
in interface Handler
init
in class BasicHandler
public void invoke(MessageContext clientContext) throws AxisFault
Handler
clientContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorCopyright © The Apache Software Foundation. All Rights Reserved.