Liferay 6.2-ce-ga5

com.liferay.portal.messaging.proxy
Class MultiDestinationMessagingProxyInvocationHandler

java.lang.Object
  extended by com.liferay.portal.messaging.proxy.MultiDestinationMessagingProxyInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MultiDestinationMessagingProxyInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MultiDestinationMessagingProxyInvocationHandler(BaseMultiDestinationProxyBean baseMultiDestinationProxyBean)
           
 
Method Summary
static InvocationHandlerFactory getInvocationHandlerFactory()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiDestinationMessagingProxyInvocationHandler

public MultiDestinationMessagingProxyInvocationHandler(BaseMultiDestinationProxyBean baseMultiDestinationProxyBean)
Method Detail

getInvocationHandlerFactory

public static InvocationHandlerFactory getInvocationHandlerFactory()

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 6.2-ce-ga5