public class MustUnderstandValidationDispatcher extends AbstractDispatcher
Handler.InvocationResponse
NAME
handlerDesc
Constructor and Description |
---|
MustUnderstandValidationDispatcher() |
Modifier and Type | Method and Description |
---|---|
AxisOperation |
findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation.
|
AxisService |
findService(MessageContext messageContext)
Called by Axis Engine to find the service.
|
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 AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault
AbstractDispatcher
findOperation
in class AbstractDispatcher
AxisFault
public AxisService findService(MessageContext messageContext) throws AxisFault
AbstractDispatcher
findService
in class AbstractDispatcher
AxisFault
public void initDispatcher()
initDispatcher
in class AbstractDispatcher
public Handler.InvocationResponse invoke(MessageContext msgctx) throws AxisFault
Handler
invoke
in interface Handler
invoke
in class AbstractDispatcher
msgctx
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.