public final class

MethodInvocationAdapter

extends Object
implements MethodInvocation
java.lang.Object
   ↳ org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter

Class Overview

Decorates a JoinPoint to allow it to be used with method-security infrastructure classes which support MethodInvocation instances.

Summary

Public Methods
Object[] getArguments()
Method getMethod()
AccessibleObject getStaticPart()
Object getThis()
Object proceed()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.aopalliance.intercept.Invocation
From interface org.aopalliance.intercept.Joinpoint
From interface org.aopalliance.intercept.MethodInvocation

Public Methods

public Object[] getArguments ()

public Method getMethod ()

public AccessibleObject getStaticPart ()

public Object getThis ()

public Object proceed ()

Throws
Throwable