Class MethodInvocationAdapter
java.lang.Object
org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter
- All Implemented Interfaces:
org.aopalliance.intercept.Invocation,org.aopalliance.intercept.Joinpoint,org.aopalliance.intercept.MethodInvocation
public final class MethodInvocationAdapter
extends Object
implements org.aopalliance.intercept.MethodInvocation
Decorates a JoinPoint to allow it to be used with method-security infrastructure
classes which support
MethodInvocation instances.- Since:
- 3.0.3
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceorg.aopalliance.intercept.MethodInvocation
-
getArguments
- Specified by:
getArgumentsin interfaceorg.aopalliance.intercept.Invocation
-
getStaticPart
- Specified by:
getStaticPartin interfaceorg.aopalliance.intercept.Joinpoint
-
getThis
- Specified by:
getThisin interfaceorg.aopalliance.intercept.Joinpoint
-
proceed
- Specified by:
proceedin interfaceorg.aopalliance.intercept.Joinpoint- Throws:
Throwable
-