com.aurorasoftworks.signal.runtime.core.context.proxy
Interface IMethodInterceptor

All Superinterfaces:
IInvocationHandler
All Known Implementing Classes:
AbstractControllerMethodInterceptor.ControllerMethodInterceptor, AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor, AbstractMethodInterceptor, LazyInitMethodInterceptor

public interface IMethodInterceptor
extends IInvocationHandler

A metod interceptor used by AOP proxies.

Author:
Marek

Method Summary
 void setNextHandler(IInvocationHandler handler)
          Sets the next handler in the interceptor chain.
 
Methods inherited from interface com.aurorasoftworks.signal.runtime.core.context.proxy.IInvocationHandler
invoke
 

Method Detail

setNextHandler

void setNextHandler(IInvocationHandler handler)
Sets the next handler in the interceptor chain. A method interceptor may choose whether to forward the call to the next interceptor or not.

Parameters:
handler - next handler


Copyright © 2010. All Rights Reserved.