com.liferay.portal.spring.aop
Class ServiceBeanAopProxy
java.lang.Object
com.liferay.portal.spring.aop.ServiceBeanAopProxy
- All Implemented Interfaces:
- AdvisedSupportProxy, InvocationHandler, org.springframework.aop.framework.AopProxy
public class ServiceBeanAopProxy
- extends Object
- implements AdvisedSupportProxy, org.springframework.aop.framework.AopProxy, InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceBeanAopProxy
public ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport,
org.aopalliance.intercept.MethodInterceptor methodInterceptor,
ServiceBeanAopCacheManager serviceBeanAopCacheManager)
getAdvisedSupport
public static org.springframework.aop.framework.AdvisedSupport getAdvisedSupport(Object proxy)
throws Exception
- Throws:
Exception
getAdvisedSupport
public org.springframework.aop.framework.AdvisedSupport getAdvisedSupport()
- Specified by:
getAdvisedSupport in interface AdvisedSupportProxy
getProxy
public Object getProxy()
- Specified by:
getProxy in interface org.springframework.aop.framework.AopProxy
getProxy
public Object getProxy(ClassLoader classLoader)
- Specified by:
getProxy in interface org.springframework.aop.framework.AopProxy
invoke
public Object invoke(Object proxy,
Method method,
Object[] arguments)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable