2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Jakarta > HiveMind
Jakarta
 
Font size:      

hivemind.lib.MethodInterceptorFactory Service

The MethodInterceptorFactory is a service interceptor factory supporting AOP Alliance MethodInterceptors as service interceptors.

The impl parameter identifies the MethodInterceptor to use. It can be any object implementing the MethodInterceptor interface.

       <interceptor service-id="hivemind.lib.MethodInterceptorFactory">
         <impl object="service:SomeService" />
       </interceptor> 
    
       <interceptor service-id="hivemind.lib.MethodInterceptorFactory">
         <impl object="instance:com.myco.interceptor.SecurityInterceptor" />
       </interceptor>