Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by DavanumSrinivas: http://wiki.apache.org/ws/Synapse ------------------------------------------------------------------------------ {{{ public interface Mediator { - public boolean mediate(MessageContext mc) throws AxisFault; + public void mediate(MessageContext mc) throws AxisFault; } }}} @@ -75, +75 @@ == Miscellaneous == 1. Addressing is handled as a rule. If a rule needs say wsa:To, addressing rule has to be run/added before that. + 2. Mediator can be null. If it is null it means the result of mediation is true (proceed to the next rule)
