org.apache.openejb.util.proxy
Class ProxyEJB

java.lang.Object
  extended by org.apache.openejb.util.proxy.ProxyEJB

public class ProxyEJB
extends Object


Method Summary
static Object proxy(BeanContext beanContext, Class<?>[] itfs)
           
static Object simpleProxy(BeanContext beanContext, Class<?>[] itfs)
           
static Object subclassProxy(BeanContext beanContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

subclassProxy

public static Object subclassProxy(BeanContext beanContext)

simpleProxy

public static Object simpleProxy(BeanContext beanContext,
                                 Class<?>[] itfs)

proxy

public static Object proxy(BeanContext beanContext,
                           Class<?>[] itfs)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.