There's no built-in support for that, but you can create a commons superclass for all of your MethodInterceptors which takes a method name pattern (a regular expression) and only intercepts the methods whose name matches the pattern.
-----Original Message----- From: Ron Piterman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 10:40 AM To: [email protected] Subject: restricting MethodInterceptorFactory to some methods Hi, In the Logging interceptor one can "include" and "exclude" methods, can I do the same with the hivemind.lib.MethodInterceptorFactory ? cheers, Ron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
