Liferay 7.0-ga1 portal-impl

com.liferay.portal.spring.aop
Class ServiceWrapperProxyUtil

java.lang.Object
  extended by com.liferay.portal.spring.aop.ServiceWrapperProxyUtil

public class ServiceWrapperProxyUtil
extends Object


Constructor Summary
ServiceWrapperProxyUtil()
           
 
Method Summary
static Closeable createProxy(Object springServiceProxy, Class<?> serviceWrapperClass)
           
static Closeable injectFieldProxy(Object springServiceProxy, String fieldName, Class<?> wrapperClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceWrapperProxyUtil

public ServiceWrapperProxyUtil()
Method Detail

createProxy

public static Closeable createProxy(Object springServiceProxy,
                                    Class<?> serviceWrapperClass)
                             throws Exception
Throws:
Exception

injectFieldProxy

public static Closeable injectFieldProxy(Object springServiceProxy,
                                         String fieldName,
                                         Class<?> wrapperClass)
                                  throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl