org.apache.geronimo.corba
Class AdapterProxyFactory

java.lang.Object
  extended by org.apache.geronimo.corba.AdapterProxyFactory

public class AdapterProxyFactory
extends Object


Constructor Summary
AdapterProxyFactory(Class clientInterface)
           
AdapterProxyFactory(Class[] clientInterfaces, ClassLoader classLoader)
           
AdapterProxyFactory(Class clientInterface, ClassLoader classLoader)
           
 
Method Summary
 Object create(Class[] types, Object[] arguments)
           
 Object create(Remote delegate, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterProxyFactory

public AdapterProxyFactory(Class clientInterface)

AdapterProxyFactory

public AdapterProxyFactory(Class clientInterface,
                           ClassLoader classLoader)

AdapterProxyFactory

public AdapterProxyFactory(Class[] clientInterfaces,
                           ClassLoader classLoader)
Method Detail

create

public Object create(Remote delegate,
                     ClassLoader classLoader)

create

public Object create(Class[] types,
                     Object[] arguments)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.