This content has been marked as final.
Show 1 reply
-
1. Re: How to intercept a reply from synchronous message exchange using Pipeline Interceptors
tcunning May 20, 2014 12:37 PM (in response to m.myslik)Hi Martin,
I believe it's the initial message - take a look at ServiceInvoker.java :
If intercepting the reply is something you need, I think there's a few options - if you need it right away, you could do AOP (add in an Aspect which adds Interceptor capability for replies to ServiceInvoker or somewhere else in the pipeline where you think it makes sense). Otherwise, I'd suggest filing a JIRA for a feature request for this, I'd need to look more at the code and think about it a little more to figure out where this belongs.