You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by Hugh Ross <hu...@propylon.com> on 2005/10/27 17:14:38 UTC

Reusable Interceptors

I want to create a common interceptor which can be re-used across all
services. How to I go about doing this? I'm currently getting an error
saying that the interceptor has to implement the target service's interface
(however this is different for every service).

Thanks,
Hugh


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


RE: Reusable Interceptors

Posted by James Carman <ja...@carmanconsulting.com>.
Try using an AOP Alliance interceptor
(http://jakarta.apache.org/hivemind/hivemind-lib/MethodInterceptorFactory.ht
ml).



-----Original Message-----
From: Hugh Ross [mailto:hugh.ross@propylon.com] 
Sent: Thursday, October 27, 2005 11:15 AM
To: hivemind-dev@jakarta.apache.org
Subject: Reusable Interceptors

I want to create a common interceptor which can be re-used across all
services. How to I go about doing this? I'm currently getting an error
saying that the interceptor has to implement the target service's interface
(however this is different for every service).

Thanks,
Hugh


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org