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
Exception
public org.springframework.aop.framework.AdvisedSupport getAdvisedSupport()
getAdvisedSupport
in interface AdvisedSupportProxy
public Object getProxy()
getProxy
in interface org.springframework.aop.framework.AopProxy
public Object getProxy(ClassLoader classLoader)
getProxy
in interface org.springframework.aop.framework.AopProxy
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke
in interface InvocationHandler
Throwable