public class MethodBeforeAdviceInterceptor extends java.lang.Object implements MethodInterceptor, java.io.Serializable
MethodBeforeAdvice.
Used internally by the AOP framework; application developers should not need
to use this class directly.| Constructor and Description |
|---|
MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
Create a new MethodBeforeAdviceInterceptor for the given advice.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(MethodInvocation mi) |
public MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
advice - the MethodBeforeAdvice to wrappublic java.lang.Object invoke(MethodInvocation mi) throws java.lang.Throwable
invoke in interface MethodInterceptorjava.lang.Throwable