com.liferay.portal.osgi
Class ServiceWrapperUtil
java.lang.Object
com.liferay.portal.osgi.ServiceWrapperUtil
public class ServiceWrapperUtil
- extends Object
|
Method Summary |
static org.springframework.aop.framework.AdvisedSupport |
getAdvisedSupport(Object serviceProxy)
|
static Object |
getTarget(org.springframework.aop.framework.AdvisedSupport advisedSupport)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceWrapperUtil
public ServiceWrapperUtil()
getAdvisedSupport
public static org.springframework.aop.framework.AdvisedSupport getAdvisedSupport(Object serviceProxy)
throws Exception
- Throws:
Exception
getTarget
public static Object getTarget(org.springframework.aop.framework.AdvisedSupport advisedSupport)
throws Exception
- Throws:
Exception