GWT 2.7.0

com.google.web.bindery.requestfactory.vm
Class InProcessRequestFactory.RequestFactoryHandler

java.lang.Object
  extended by com.google.web.bindery.requestfactory.vm.InProcessRequestFactory.RequestFactoryHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
InProcessRequestFactory

 class InProcessRequestFactory.RequestFactoryHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
InProcessRequestFactory.RequestFactoryHandler()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InProcessRequestFactory.RequestFactoryHandler

InProcessRequestFactory.RequestFactoryHandler()
Method Detail

invoke

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

GWT 2.7.0