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:
getArguments
in interfaceorg.aopalliance.intercept.Invocation
-
getMethod
- Specified by:
getMethod
in interfaceorg.aopalliance.intercept.MethodInvocation
-
getStaticPart
- Specified by:
getStaticPart
in interfaceorg.aopalliance.intercept.Joinpoint
-
getThis
- Specified by:
getThis
in interfaceorg.aopalliance.intercept.Joinpoint
-
proceed
- Specified by:
proceed
in interfaceorg.aopalliance.intercept.Joinpoint
-
toString
-