Sergey Beryozkin wrote:
classResourceInfo.getResourceProvider().getInstance();

and then getClass() on that instance, if needed

You can get the name of the operation like this :
....
Method m = ori.getMethodToInvoke();

Hi,
This works fine. However, it doesn't give me the parameters that would be passed to the function. Is there any means of retrieving this info? Otherwise, it looks like the AOP or some other means will have to do. Probably the ideal method would be annotation based.

Thanks,
-Greg

Reply via email to