com.liferay.portal.kernel.util
Class ServiceBeanMethodInvocationFactoryUtil
java.lang.Object
com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryUtil
public class ServiceBeanMethodInvocationFactoryUtil
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan, Wesley Gong
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceBeanMethodInvocationFactoryUtil
public ServiceBeanMethodInvocationFactoryUtil()
getServiceBeanMethodInvocationFactory
public static ServiceBeanMethodInvocationFactory getServiceBeanMethodInvocationFactory()
proceed
public static java.lang.Object proceed(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.String[] methodInterceptorBeanIds)
throws java.lang.Exception
- Throws:
java.lang.Exception
setServiceBeanMethodInvocationFactory
public void setServiceBeanMethodInvocationFactory(ServiceBeanMethodInvocationFactory serviceBeanMethodInvocationFactory)