public class MultiDestinationMessagingProxyInvocationHandler
extends Object
implements InvocationHandler
Constructor and Description |
---|
MultiDestinationMessagingProxyInvocationHandler(com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean baseMultiDestinationProxyBean) |
Modifier and Type | Method and Description |
---|---|
static com.liferay.portal.kernel.spring.aop.InvocationHandlerFactory |
getInvocationHandlerFactory() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public MultiDestinationMessagingProxyInvocationHandler(com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean baseMultiDestinationProxyBean)
public static com.liferay.portal.kernel.spring.aop.InvocationHandlerFactory getInvocationHandlerFactory()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable