public class ServiceBeanMethodInvocationFactoryImpl extends Object implements com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactory
| Constructor and Description |
|---|
ServiceBeanMethodInvocationFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ServiceBeanMethodInvocationFactoryImpl()
public Object proceed(Object target, Class<?> targetClass, Method method, Object[] arguments, String[] methodInterceptorBeanIds) throws Exception
proceed in interface com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryExceptionprotected ServiceBeanMethodInvocation create(Object target, Class<?> targetClass, Method method, Object[] arguments)