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 java.lang.Object implements org.aopalliance.intercept.MethodInvocationRepresents the AOP AllianceMethodInvocation.
- 
- 
Constructor SummaryConstructors Constructor Description SimpleMethodInvocation()SimpleMethodInvocation(java.lang.Object targetObject, java.lang.reflect.Method method, java.lang.Object... arguments)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getArguments()java.lang.reflect.MethodgetMethod()java.lang.reflect.AccessibleObjectgetStaticPart()java.lang.ObjectgetThis()java.lang.Objectproceed()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getArgumentspublic java.lang.Object[] getArguments() - Specified by:
- getArgumentsin interface- org.aopalliance.intercept.Invocation
 
 - 
getMethodpublic java.lang.reflect.Method getMethod() - Specified by:
- getMethodin interface- org.aopalliance.intercept.MethodInvocation
 
 - 
getStaticPartpublic java.lang.reflect.AccessibleObject getStaticPart() - Specified by:
- getStaticPartin interface- org.aopalliance.intercept.Joinpoint
 
 - 
getThispublic java.lang.Object getThis() - Specified by:
- getThisin interface- org.aopalliance.intercept.Joinpoint
 
 - 
proceedpublic java.lang.Object proceed() - Specified by:
- proceedin interface- org.aopalliance.intercept.Joinpoint
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-