Liferay 6.1.0-ce-b4

com.liferay.portal.osgi
Class ServiceWrapperUtil

java.lang.Object
  extended by com.liferay.portal.osgi.ServiceWrapperUtil

public class ServiceWrapperUtil
extends Object


Constructor Summary
ServiceWrapperUtil()
           
 
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
 

Constructor Detail

ServiceWrapperUtil

public ServiceWrapperUtil()
Method Detail

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

Liferay 6.1.0-ce-b4