Liferay 6.2-ce-ga5

com.liferay.portal.messaging.proxy
Class MessagingProxyInvocationHandler

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

public class MessagingProxyInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MessagingProxyInvocationHandler(BaseProxyBean baseProxyBean)
           
 
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

MessagingProxyInvocationHandler

public MessagingProxyInvocationHandler(BaseProxyBean baseProxyBean)
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