com.aurorasoftworks.signal.runtime.core.context.proxy
Interface IInvocationHandler
- All Known Subinterfaces:
- IMethodInterceptor, IProxyClass
- All Known Implementing Classes:
- AbstractControllerMethodInterceptor.ControllerMethodInterceptor, AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor, AbstractMethodInterceptor, AbstractProxyClass, LazyInitMethodInterceptor
public interface IInvocationHandler
A handler of intercepted method invocations.
This type is similar to InvocationHandler
.
- Author:
- Marek
invoke
java.lang.Object invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
throws java.lang.Exception
- Parameters:
target
- the instance an intercepted method
was invoked onhandler
- method object identifying the intercepted methodargs
- list of arguments passed to the intercepted method
- Returns:
- a value to be returned by the intercepted method
- Throws:
java.lang.Exception
Copyright © 2010. All Rights Reserved.