public class RequestBlockingHandler extends AbstractHandler
Handler.InvocationResponsehandlerDesc| Constructor and Description |
|---|
RequestBlockingHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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, toStringpublic Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
HandlermsgContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.