Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.aop
Class MethodInterceptorInvocationHandler

java.lang.Object
  extended by com.liferay.portal.spring.aop.MethodInterceptorInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MethodInterceptorInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MethodInterceptorInvocationHandler(Object target, List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInterceptorInvocationHandler

public MethodInterceptorInvocationHandler(Object target,
                                          List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 6.1.2-ce-ga3