Hi,

Are there any concrete plans considering such functionality? I've seen
something written on WS-Policy.... What is the current status of this ? The
thing is that sometimes we need trivial functionality
like catch exchange before processing (to log or do metrics). Sometimes it
could be nice to have it just after processing is done. The only way to
achieve that is to use AOP which is invasive (need to have dependencies in
pom.xml, define pointcuts etc etc). AFAIR Hibernate has such a feature built
in. I mean assigning the interceptor to object (in our case to any endpoint)
when interceptor is POJO. There would be no need to deal with
asm/cglib/aspectj in SU-s. 


-- 
View this message in context: 
http://www.nabble.com/Interceptors-like-functionality-tf4515215s12049.html#a12878481
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to