9899100101102103104105106107108
{ matchfound = true; // Manage outbound only transactions here final OutboundRouter router = outboundRouter; result = router.process(event); if (!isMatchAll()) { return result; }
96979899100101102103104105106