org.eclipse.gemini.blueprint.service.util.internal.aop
Class ProxyUtils

java.lang.Object
  extended by 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

Constructor Summary
ProxyUtils()
           
 
Method Summary
static Object createProxy(Class<?>[] classes, Object target, ClassLoader classLoader, org.osgi.framework.BundleContext bundleContext, org.aopalliance.aop.Advice[] advices)
           
static Object createProxy(Class<?>[] classes, Object target, ClassLoader classLoader, org.osgi.framework.BundleContext bundleContext, List advices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtils

public ProxyUtils()
Method Detail

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.