Interface ServletProxyFactory.MethodHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object handle​(java.lang.Object clazz, java.lang.reflect.Method method, java.lang.Object[] methodObjects)
      Same API as the Proxy class
    • Method Detail

      • handle

        java.lang.Object handle​(java.lang.Object clazz,
                                java.lang.reflect.Method method,
                                java.lang.Object[] methodObjects)
        Same API as the Proxy class
        Parameters:
        clazz -
        method -
        methodObjects -
        Returns:
        this