public class ServiceBeanAopProxy extends Object implements AdvisedSupportProxy, org.springframework.aop.framework.AopProxy, InvocationHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceBeanAopProxy.PACL |
| Constructor and Description |
|---|
ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport,
org.aopalliance.intercept.MethodInterceptor methodInterceptor,
ServiceBeanAopCacheManager serviceBeanAopCacheManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.aop.framework.AdvisedSupport |
getAdvisedSupport() |
static org.springframework.aop.framework.AdvisedSupport |
getAdvisedSupport(Object proxy) |
Object |
getProxy() |
Object |
getProxy(ClassLoader classLoader) |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
public ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport,
org.aopalliance.intercept.MethodInterceptor methodInterceptor,
ServiceBeanAopCacheManager serviceBeanAopCacheManager)
public static org.springframework.aop.framework.AdvisedSupport getAdvisedSupport(Object proxy) throws Exception
Exceptionpublic org.springframework.aop.framework.AdvisedSupport getAdvisedSupport()
getAdvisedSupport in interface AdvisedSupportProxypublic Object getProxy()
getProxy in interface org.springframework.aop.framework.AopProxypublic Object getProxy(ClassLoader classLoader)
getProxy in interface org.springframework.aop.framework.AopProxy