0 Replies Latest reply on May 9, 2005 10:08 AM by icecrash

    how i can intercept methods call?

    icecrash

      I have a compiled classes ,i want to run the class and intercept all the metho call.

      i try to use the metalevel and metaobject,but, i only able to intercept new instance of a loaded class from file, how i can intercept method call?

      i do the following steps:

      make a reflective class loader with javassit.reflect.loader;
      i make and init a reflective class from file
      i run with class loader , but i do not able to intercept methods call