public abstract class AbstractDispatcher extends AbstractHandler
Handler.InvocationResponse| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Field NAME
|
handlerDesc| Constructor and Description |
|---|
AbstractDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract AxisOperation |
findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation.
|
abstract AxisService |
findService(MessageContext messageContext)
Called by Axis Engine to find the service.
|
abstract void |
initDispatcher() |
Handler.InvocationResponse |
invoke(MessageContext msgctx)
This method will be called on each registered handler when a message
needs to be processed.
|
flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic static final String NAME
public abstract AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault
service - messageContext - AxisFaultpublic abstract AxisService findService(MessageContext messageContext) throws AxisFault
messageContext - AxisFaultpublic abstract void initDispatcher()
public Handler.InvocationResponse invoke(MessageContext msgctx) throws AxisFault
Handlermsgctx - AxisFaultCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.