public class MInterceptor
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
MInterceptor should be renamed.
Constructor and Description |
---|
MInterceptor(org.aopalliance.intercept.MethodInterceptor mi) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object target,
java.lang.reflect.Method m,
java.lang.Object[] args)
Called by Jiapi runtime.
|
public java.lang.Object invoke(java.lang.Object target, java.lang.reflect.Method m, java.lang.Object[] args) throws java.lang.Throwable
This method is a bridge between Jiapi
interceptors and aopalliance interceptors. It creates
org.aopalliance.intercept.MethodInvocation
and passes it to
rg.aopalliance.intercept.MethodInterceptor
given in
constructor.
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
Copyright © 2001. Documenation generated February 9 2016.