public class SOAPMonitorHandler extends AbstractHandler
Handler.InvocationResponse
handlerDesc
Constructor and Description |
---|
SOAPMonitorHandler()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Method getName.
|
Handler.InvocationResponse |
invoke(MessageContext messageContext)
Process and SOAP message
|
void |
revoke(MessageContext msgContext) |
void |
setName(String name) |
cleanup, flowComplete, getHandlerDesc, getParameter, init, toString
public String getName()
AbstractHandler
getName
in interface Handler
getName
in class AbstractHandler
public void revoke(MessageContext msgContext)
public void setName(String name)
public Handler.InvocationResponse invoke(MessageContext messageContext) throws AxisFault
messageContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.