Liferay 6.2.0-ce-m4

com.liferay.portal.kernel.util
Interface ServiceBeanMethodInvocationFactory


public interface ServiceBeanMethodInvocationFactory


Method Summary
 void proceed(Object target, Class<?> targetClass, Method method, Object[] arguments, String[] methodInterceptorBeanIds)
           
 

Method Detail

proceed

void proceed(Object target,
             Class<?> targetClass,
             Method method,
             Object[] arguments,
             String[] methodInterceptorBeanIds)
             throws Exception
Throws:
Exception

Liferay 6.2.0-ce-m4