Сначала зарегистрируйте перехватчик:
container.Register(Component.For<IDbInterceptor>().ImplementedBy<DbInterceptor>().Named("transactionInterceptor"));
Затем зарегистрируйте перехватываемый объект:
container.Register (Component.For (). ImplementedBy (). Named ("MyService"). Interceptors (new InterceptorReference ("actionInterceptor ")). Anywhere);