org.apache.axis2.handlers.soapmonitor
Class SOAPMonitorHandler

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by 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
SOAPMonitorHandler()
          Constructor
 
Method Summary
 java.lang.String getName()
          Method getName.
 Handler.InvocationResponse invoke(MessageContext messageContext)
          Process and SOAP message
 void revoke(MessageContext msgContext)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getParameter, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPMonitorHandler

public SOAPMonitorHandler()
Constructor

Method Detail

getName

public java.lang.String getName()
Description copied from class: AbstractHandler
Method getName.

Specified by:
getName in interface Handler
Overrides:
getName in class AbstractHandler
Returns:
Returns QName.

revoke

public void revoke(MessageContext msgContext)

setName

public void setName(java.lang.String name)

invoke

public Handler.InvocationResponse invoke(MessageContext messageContext)
                                  throws AxisFault
Process and SOAP message

Parameters:
messageContext - the MessageContext to process with this Handler.
Returns:
An InvocationResponse that indicates what the next step in the message processing should be.
Throws:
AxisFault - if the handler encounters an error


Copyright © 2007 Apache Web Services Project. All Rights Reserved.