Register an Interceptor with Castle Fluent Interface

Posted by Quintin Par on Stack Overflow See other posts from Stack Overflow or by Quintin Par
Published on 2010-04-04T19:14:48Z Indexed on 2010/04/04 19:23 UTC
Read the original article Hit count: 443

I am trying to implement nhibernate transaction handling through Interceptors and couldn’t figure out how to register the interface through fluent mechanism.

I see a

Component.For<ServicesInterceptor>().Interceptors

but not sure how to use it. Can someone help me out? This example seemed a little complex.

© Stack Overflow or respective owner

Related posts about castle-windsor

Related posts about iinterceptor