Class SOAPMonitorHandler
- java.lang.Object
-
- org.apache.axis2.handlers.AbstractHandler
-
- org.apache.axis2.handlers.soapmonitor.SOAPMonitorHandler
-
- All Implemented Interfaces:
Handler
public class SOAPMonitorHandler extends AbstractHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
-
-
Constructor Summary
Constructors Constructor Description SOAPMonitorHandler()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Method getName.Handler.InvocationResponse
invoke(MessageContext messageContext)
Process and SOAP messagevoid
revoke(MessageContext msgContext)
void
setName(String name)
-
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getParameter, init, toString
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from class:AbstractHandler
Method getName.- Specified by:
getName
in interfaceHandler
- Overrides:
getName
in classAbstractHandler
- Returns:
- Returns QName.
-
revoke
public void revoke(MessageContext msgContext)
-
setName
public void setName(String name)
-
invoke
public Handler.InvocationResponse invoke(MessageContext messageContext) throws AxisFault
Process and SOAP message- Parameters:
messageContext
- theMessageContext
to process with thisHandler
.- Returns:
- An InvocationResponse that indicates what the next step in the message processing should be.
- Throws:
AxisFault
- if the handler encounters an error
-
-