org.apache.axis.handlers.http
public class HTTPActionHandler extends BasicHandler
HTTPActionHandler simply sets the context's TargetService
property from the HTTPAction property. We expect there to be a
Router on the chain after us, to dispatch to the service named in
the SOAPAction.
In the real world, this might do some more complex mapping of
SOAPAction to a TargetService.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
makeLockable, name, options| Constructor and Description |
|---|
HTTPActionHandler() |
| 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, setOptionsLockablepublic void invoke(MessageContext msgContext) throws AxisFault
HandlermsgContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorCopyright ? 2005 Apache Web Services Project. All Rights Reserved.