public abstract class AbstractOperationDispatcher extends AbstractHandler
Handler.InvocationResponse
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
handlerDesc
Constructor and Description |
---|
AbstractOperationDispatcher() |
Modifier and Type | Method and Description |
---|---|
abstract AxisOperation |
findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation.
|
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 void initDispatcher()
public Handler.InvocationResponse invoke(MessageContext msgctx) throws AxisFault
Handler
msgctx
- AxisFault
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.