Michael, This depends on the actual interceptor factory. HiveMind's LoggingInterceptor factory, for instance, accepts nested <include> and <exclude> parameter elements, which are used to specify which methods should be intercepted. See http://jakarta.apache.org/hivemind/hivemind/LoggingInterceptor.html.
Are you trying to use one of the existing interceptor factories or are you looking into implementing your own? --knut On 6/17/05, Michael Mattox <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to set an interceptor for specific methods? I haven't > found a way to do it with the hivemodule.xml configuration file. I can > probably come up with a way by looking at the method name, but that would > be after the interceptor is already invoked so that's less than ideal. > I'm hoping there is a better way. > > Thanks, > Michael > > > > -- > This E-mail is confidential. It may also be legally privileged. If you are > not the addressee you may not copy, forward, disclose or use any part of it. > If you have received this message in error, please delete it and all copies > from your system and notify the sender immediately by return E-mail. > Internet communications cannot be guaranteed to be timely, secure, error or > virus-free. The sender does not accept liability for any errors or omissions. > > > --------------------------------------------------------------------- > 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]
