- All Implemented Interfaces:
- org.apache.axis2.engine.Handler
public class TracingMessageInObservationHandler
extends org.apache.axis2.handlers.AbstractHandler
This handler gets hold of the SOAP Enveloper, and temporatilly stores it in the In MessageContext.
This is done because the SOAP Tracer needs to show the original SOAP Message that came in.
Handlers down the line, like the Rampart handlers, can change the SOAP Envelope, so we make it a
point to save the original SOAP envelope, before other handlers manipulate it.