org.apache.geronimo.blueprint.container
Class AbstractServiceReferenceRecipe.CgLibProxyFactory

java.lang.Object
  extended by org.apache.geronimo.blueprint.container.AbstractServiceReferenceRecipe.CgLibProxyFactory
All Implemented Interfaces:
AbstractServiceReferenceRecipe.ProxyFactory
Enclosing class:
AbstractServiceReferenceRecipe

public static class AbstractServiceReferenceRecipe.CgLibProxyFactory
extends Object
implements AbstractServiceReferenceRecipe.ProxyFactory


Constructor Summary
AbstractServiceReferenceRecipe.CgLibProxyFactory()
           
 
Method Summary
 Object createProxy(ClassLoader classLoader, Class[] classes, Callable<Object> dispatcher)
           
protected  Class getTargetClass(Class[] interfaceNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceReferenceRecipe.CgLibProxyFactory

public AbstractServiceReferenceRecipe.CgLibProxyFactory()
Method Detail

createProxy

public Object createProxy(ClassLoader classLoader,
                          Class[] classes,
                          Callable<Object> dispatcher)
Specified by:
createProxy in interface AbstractServiceReferenceRecipe.ProxyFactory

getTargetClass

protected Class getTargetClass(Class[] interfaceNames)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.