Hi
I have a name match method interceptor for a class TestClass for the method TestMethodOne.
In the interceptor based on a decision, i would like to call TestMethodTwo of the same class.
But i don't have access to the target object of the methodInvocation inside the invoke().
Is this the right way to approach the issue? was it the intentional to not allow access to the Target object inside the invocation?
thanks


Reply With Quote