From: icecrash <nu...@jb...> - 2005-05-09 14:08:47
|
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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877007#3877007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877007 |