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.
|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
public static final String NAME
public abstract AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault
service
- messageContext
- AxisFault
public abstract AxisService findService(MessageContext messageContext) throws AxisFault
messageContext
- AxisFault
public abstract void initDispatcher()
public Handler.InvocationResponse invoke(MessageContext msgctx) throws AxisFault
Handler
msgctx
- AxisFault
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.