public class SynapseInHandler
extends org.apache.axis2.handlers.AbstractHandler
Constructor and Description |
---|
SynapseInHandler() |
Modifier and Type | Method and Description |
---|---|
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext messageContext)
This method will inject the message into Synapse after creating the SynapseMC from the
Axis2MC and after the mediation if synapse lets the message to flow through this will let
the message to flow and if not aborts the message
|
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
messageContext
- - Axis2MC to be mediated using Synapseorg.apache.axis2.AxisFault
- - incase of a failure in mediation of initiation of the mediationCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.