- IN_SEQUENCE_PARAM_NAME - Static variable in class org.apache.synapse.handler.HandlerConstants
-
incoming mediation sequence parameter name of the service parameter
- init(ConfigurationContext, AxisModule) - Method in class org.apache.synapse.handler.SynapseModule
-
This method will call the normal initiation after setting the SYNAPSE_XML file to get from
the axis2 repository/conf folder
- invoke(MessageContext) - Method in class org.apache.synapse.handler.SynapseInHandler
-
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
- invoke(MessageContext) - Method in class org.apache.synapse.handler.SynapseOutHandler
-
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