public abstract class AbstractServiceDispatcher extends AbstractHandler
Handler.InvocationResponse
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
handlerDesc
Constructor and Description |
---|
AbstractServiceDispatcher() |
Modifier and Type | Method and Description |
---|---|
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, toString
public static final String NAME
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–2018 The Apache Software Foundation. All rights reserved.