public class RequestBlockingHandler extends AbstractHandler
Handler.InvocationResponsehandlerDesc| Constructor and Description |
|---|
RequestBlockingHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Handler.InvocationResponse |
invoke(MessageContext msgContext)
This method will be called on each registered handler when a message
needs to be processed.
|
flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
HandlermsgContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.