dynclass
Class Handler

java.lang.Object
  |
  +--dynclass.Handler

public class Handler
extends Object

Public only because generated classes use it and they live in another package. Not for general use!


Method Summary
 Object handle(Object proxy, String name, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public Object handle(Object proxy,
                     String name,
                     Object[] args)
              throws Throwable