public final class MethodInvocationAdapter
extends java.lang.Object
implements org.aopalliance.intercept.MethodInvocation
MethodInvocation instances.| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object[] | 
getArguments()  | 
java.lang.reflect.Method | 
getMethod()  | 
java.lang.reflect.AccessibleObject | 
getStaticPart()  | 
java.lang.Object | 
getThis()  | 
java.lang.Object | 
proceed()  | 
public java.lang.reflect.Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic java.lang.Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic java.lang.reflect.AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic java.lang.Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic java.lang.Object proceed()
                         throws java.lang.Throwable
proceed in interface org.aopalliance.intercept.Joinpointjava.lang.Throwable