I am trying to implement an interceptor solution that will intercept calls only if an attribute is present. I got things working for all methods in a class but not a way to limit which methods get hooked.
I know how to use IInterceptorSelector if I was creating the proxies directly but for the most part I am not. Generally, I am just fetching services and letting Castle do the work based on configuration in code. I've looked at this from a couple different angles but the closest I have gotten so far is to implement IModelInterceptorsSelector. This works great for getting the Interceptor on the classes that have one or more methods with the attribute but I just cannot figure out how to put in the IIntercpetorSelector. Is there a way to do this? -- Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
