com.liferay.portal.kernel.util
Class ServiceBeanMethodInvocationFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryUtil

public class ServiceBeanMethodInvocationFactoryUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan, Wesley Gong

Constructor Summary
ServiceBeanMethodInvocationFactoryUtil()
           
 
Method Summary
static ServiceBeanMethodInvocationFactory getServiceBeanMethodInvocationFactory()
           
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)
           
 void setServiceBeanMethodInvocationFactory(ServiceBeanMethodInvocationFactory serviceBeanMethodInvocationFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanMethodInvocationFactoryUtil

public ServiceBeanMethodInvocationFactoryUtil()
Method Detail

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)