Package | Description |
---|---|
com.bstek.dorado.util.proxy |
与方法自动分派功能相关的实现。
|
Modifier and Type | Method and Description |
---|---|
protected org.aopalliance.intercept.MethodInvocation |
BaseMethodInterceptorDispatcher.createMethodInvocation(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodInterceptorChain methodInterceptorChain) |
protected abstract org.aopalliance.intercept.MethodInvocation |
MethodInterceptorDispatcher.createMethodInvocation(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodInterceptorChain methodInterceptorChain)
创建一个用于org.aopalliance.intercept.
|
protected org.aopalliance.intercept.MethodInvocation |
MethodInterceptorProxyDispatcher.createMethodInvocation(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodInterceptorChain methodInterceptorChain) |
Constructor and Description |
---|
ChainedMethodInvocation(java.lang.Object proxy,
java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
MethodInterceptorChain methodInterceptorChain) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.