| At line 10 changed 3 lines. |
| * Entire Message Exchange |
| * Message |
| * Message payload |
| # Entire Message Exchange |
| # Message |
| # Message payload |
| At line 14 added 1 line. |
| Let's go over each of these in detail. |
| At line 16 added 14 lines. |
| __Intercepting the Message Exchange__ |
| \\ |
| This gives the interceptor the most flexibility in altering the course of the message flow and it's content. An interceptor which intercepts a message exchange can |
| * read the message(s) in the exchange |
| * read the message(s) properties |
| * update the message |
| * update the message properties |
| * update the message exchange status |
| * short the exchange |
| The updates need to be made within the limits of the Message Exchange Pattern %%(color:#cc0000;)Add MEP Link%% |