2 Replies Latest reply on Mar 25, 2009 3:48 PM by kashmr

    How to get the returned value from an intercepted method?

    kashmr

      I could not find any place how to get the returned value for my method.

      The method belows, call a method that return an int value:

      invocation.invokeNext();


      I need to read this returned value. How can I do this?

      Thanks