org.atmosphere.util
Class ServletProxyFactory.EchoMethodHandler

java.lang.Object
  extended by org.atmosphere.util.ServletProxyFactory.EchoMethodHandler
All Implemented Interfaces:
ServletProxyFactory.MethodHandler
Enclosing class:
ServletProxyFactory

public static class ServletProxyFactory.EchoMethodHandler
extends Object
implements ServletProxyFactory.MethodHandler


Constructor Summary
ServletProxyFactory.EchoMethodHandler()
           
 
Method Summary
 Object handle(Object clazz, Method method, Object[] methodObjects)
          Same API as the Proxy class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletProxyFactory.EchoMethodHandler

public ServletProxyFactory.EchoMethodHandler()
Method Detail

handle

public Object handle(Object clazz,
                     Method method,
                     Object[] methodObjects)
Description copied from interface: ServletProxyFactory.MethodHandler
Same API as the Proxy class

Specified by:
handle in interface ServletProxyFactory.MethodHandler
Returns:
this


Copyright © 2013. All Rights Reserved.