public interface JavaProxyInvocationHandler
InvocationHandler| Modifier and Type | Method and Description | 
|---|---|
| IRubyObject | getOrig() | 
| Object | invoke(Object receiver,
      JavaProxyMethod method,
      Object[] args)Similar to  InvocationHandler | 
IRubyObject getOrig()
Object invoke(Object receiver, JavaProxyMethod method, Object[] args) throws Throwable
InvocationHandlerreceiver - method - args - ThrowableInvocationHandler}Copyright © 2001-2015 JRuby. All Rights Reserved.