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.
| Field Summary | |
|---|---|
| protected static Log | log |
| Method Summary | |
|---|---|
| void | invoke(MessageContext msgContext) |