org.apache.geronimo.blueprint.container
Interface AbstractServiceReferenceRecipe.ProxyFactory

All Known Implementing Classes:
AbstractServiceReferenceRecipe.CgLibProxyFactory, AbstractServiceReferenceRecipe.JdkProxyFactory
Enclosing class:
AbstractServiceReferenceRecipe

public static interface AbstractServiceReferenceRecipe.ProxyFactory


Method Summary
 Object createProxy(ClassLoader classLoader, Class[] classes, Callable<Object> dispatcher)
           
 

Method Detail

createProxy

Object createProxy(ClassLoader classLoader,
                   Class[] classes,
                   Callable<Object> dispatcher)


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