Liferay 6.2-ce-ga5

com.liferay.portal.util
Class ServiceBeanMethodInvocationFactoryImpl

java.lang.Object
  extended by com.liferay.portal.util.ServiceBeanMethodInvocationFactoryImpl
All Implemented Interfaces:
ServiceBeanMethodInvocationFactory

public class ServiceBeanMethodInvocationFactoryImpl
extends Object
implements ServiceBeanMethodInvocationFactory


Constructor Summary
ServiceBeanMethodInvocationFactoryImpl()
           
 
Method Summary
protected  ServiceBeanMethodInvocation create(Object target, Class<?> targetClass, Method method, Object[] arguments)
           
protected  List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(String... methodInterceptorBeanIds)
           
 Object proceed(Object target, Class<?> targetClass, Method method, Object[] arguments, String[] methodInterceptorBeanIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanMethodInvocationFactoryImpl

public ServiceBeanMethodInvocationFactoryImpl()
Method Detail

proceed

public Object proceed(Object target,
                      Class<?> targetClass,
                      Method method,
                      Object[] arguments,
                      String[] methodInterceptorBeanIds)
               throws Exception
Specified by:
proceed in interface ServiceBeanMethodInvocationFactory
Throws:
Exception

create

protected ServiceBeanMethodInvocation create(Object target,
                                             Class<?> targetClass,
                                             Method method,
                                             Object[] arguments)

getMethodInterceptors

protected List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(String... methodInterceptorBeanIds)

Liferay 6.2-ce-ga5