Package org.apache.synapse.core.axis2
Class SynapseMustUnderstandHandler
- java.lang.Object
-
- org.apache.axis2.handlers.AbstractHandler
-
- org.apache.synapse.core.axis2.SynapseMustUnderstandHandler
-
- All Implemented Interfaces:
org.apache.axis2.engine.Handler
public class SynapseMustUnderstandHandler extends org.apache.axis2.handlers.AbstractHandler
This is a handler for axis2 which will clear the mustUnderstand ness of the headers if there are any after the Dispatch, which will allow Synapse to get the message even with unprocessed mustUnderstand headers
-
-
Constructor Summary
Constructors Constructor Description SynapseMustUnderstandHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axis2.engine.Handler.InvocationResponse
invoke(org.apache.axis2.context.MessageContext messageContext)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-