public class RequestBlockingHandler extends AbstractHandler
Handler.InvocationResponse
handlerDesc
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.
|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
public Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
Handler
msgContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.