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

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

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


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

Constructor Detail

AbstractServiceReferenceRecipe.JdkProxyFactory

public AbstractServiceReferenceRecipe.JdkProxyFactory()
Method Detail

createProxy

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


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