public class ServiceBeanMethodInvocationFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactory
| Constructor and Description |
|---|
ServiceBeanMethodInvocationFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceBeanMethodInvocation |
create(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments) |
protected java.util.List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(java.lang.String... methodInterceptorBeanIds) |
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) |
public ServiceBeanMethodInvocationFactoryImpl()
public 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
proceed in interface com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryjava.lang.Exceptionprotected ServiceBeanMethodInvocation create(java.lang.Object target, java.lang.Class<?> targetClass, java.lang.reflect.Method method, java.lang.Object[] arguments)
protected java.util.List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(java.lang.String... methodInterceptorBeanIds)