| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface MethodInvocationextends InvocationMethodInterceptorMethod Summary | |
Method |
|
Methods inherited from interface org.aopalliance.intercept.Invocation | |
getArguments | |
Methods inherited from interface org.aopalliance.intercept.Joinpoint | |
getStaticPart, getThis, proceed | |
public Method getMethod()
Gets the method being called. This method is a frienly implementation of theJoinpoint.getStaticPart()method (same result).
- Returns:
- the method being called.