Class SimpleMethodInvocation
java.lang.Object
org.springframework.security.util.SimpleMethodInvocation
- All Implemented Interfaces:
 org.aopalliance.intercept.Invocation,org.aopalliance.intercept.Joinpoint,org.aopalliance.intercept.MethodInvocation
public class SimpleMethodInvocation
extends Object
implements org.aopalliance.intercept.MethodInvocation
Represents the AOP Alliance 
MethodInvocation.- 
Constructor Details
- 
SimpleMethodInvocation
 - 
SimpleMethodInvocation
public SimpleMethodInvocation() 
 - 
 - 
Method Details
- 
getArguments
- Specified by:
 getArgumentsin interfaceorg.aopalliance.intercept.Invocation
 - 
getMethod
- Specified by:
 getMethodin interfaceorg.aopalliance.intercept.MethodInvocation
 - 
getStaticPart
- Specified by:
 getStaticPartin interfaceorg.aopalliance.intercept.Joinpoint
 - 
getThis
- Specified by:
 getThisin interfaceorg.aopalliance.intercept.Joinpoint
 - 
proceed
- Specified by:
 proceedin interfaceorg.aopalliance.intercept.Joinpoint
 - 
toString
 
 -