org.eclipse.gemini.blueprint.service.util.internal.aop
Class ProxyUtils
java.lang.Object
org.eclipse.gemini.blueprint.service.util.internal.aop.ProxyUtils
public abstract class ProxyUtils
- extends Object
Simple utility for creating Spring AOP proxies.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyUtils
public ProxyUtils()
createProxy
public static Object createProxy(Class<?>[] classes,
Object target,
ClassLoader classLoader,
org.osgi.framework.BundleContext bundleContext,
List advices)
createProxy
public static Object createProxy(Class<?>[] classes,
Object target,
ClassLoader classLoader,
org.osgi.framework.BundleContext bundleContext,
org.aopalliance.aop.Advice[] advices)
Copyright © 2006-2012. All Rights Reserved.