Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Interface ServiceBeanMethodInvocationFactory

All Known Implementing Classes:
ServiceBeanMethodInvocationFactoryImpl

public interface ServiceBeanMethodInvocationFactory


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

Method Detail

proceed

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

Liferay 6.1.2-ce-ga3