Package org.apache.axis.handlers
Class SOAPMonitorHandler
- java.lang.Object
-
- org.apache.axis.handlers.BasicHandler
-
- org.apache.axis.handlers.SOAPMonitorHandler
-
- All Implemented Interfaces:
java.io.Serializable
,Handler
public class SOAPMonitorHandler extends BasicHandler
This handler is used to route SOAP messages to the SOAP monitor service.- Author:
- Brian Price (pricebe@us.ibm.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
-
-
Constructor Summary
Constructors Constructor Description SOAPMonitorHandler()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(MessageContext messageContext)
Process and SOAP message-
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
-
-
-
-
Method Detail
-
invoke
public void invoke(MessageContext messageContext) throws AxisFault
Process and SOAP message- Parameters:
messageContext
- theMessageContext
to process with thisHandler
.- Throws:
AxisFault
- if the handler encounters an error
-
-