public class ServiceWrapperProxyUtil
extends Object
Constructor and Description |
---|
ServiceWrapperProxyUtil() |
Modifier and Type | Method and Description |
---|---|
static Closeable |
createProxy(Object springServiceProxy,
Class<?> serviceWrapperClass) |
static Closeable |
injectFieldProxy(Object springServiceProxy,
String fieldName,
Class<?> wrapperClass) |
public static Closeable createProxy(Object springServiceProxy, Class<?> serviceWrapperClass) throws Exception
Exception
public static Closeable injectFieldProxy(Object springServiceProxy, String fieldName, Class<?> wrapperClass) throws Exception
Exception