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)
Deprecated.
As of 7.0.0, with no direct replacement
|
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.ServiceBeanMethodInvocationFactory
Exception
@Deprecated protected ServiceBeanMethodInvocation create(Object target, Class<?> targetClass, Method method, Object[] arguments)
protected List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(String... methodInterceptorBeanIds)