Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ServiceBeanMethodInvocationFactoryUtil

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

public class ServiceBeanMethodInvocationFactoryUtil
extends Object


Constructor Summary
ServiceBeanMethodInvocationFactoryUtil()
           
 
Method Summary
static ServiceBeanMethodInvocationFactory getServiceBeanMethodInvocationFactory()
           
static Object proceed(Object target, Class<?> targetClass, Method method, Object[] arguments, 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 Object proceed(Object target,
                             Class<?> targetClass,
                             Method method,
                             Object[] arguments,
                             String[] methodInterceptorBeanIds)
                      throws Exception
Throws:
Exception

setServiceBeanMethodInvocationFactory

public void setServiceBeanMethodInvocationFactory(ServiceBeanMethodInvocationFactory serviceBeanMethodInvocationFactory)

Liferay 6.1.2-ce-ga3