org.apache.webbeans.ejb.util
Class EjbDefinitionUtility

java.lang.Object
  extended by org.apache.webbeans.ejb.util.EjbDefinitionUtility

public final class EjbDefinitionUtility
extends Object

Version:
$Rev: 917060 $ $Date: 2010-02-28 00:14:47 +0200 (Sun, 28 Feb 2010) $

Method Summary
static void defineApiType(EjbBean<?> ejbComponent)
           
static
<T> T
defineEjbBeanProxy(EjbBean<T> bean, Class<?> iface, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

defineApiType

public static void defineApiType(EjbBean<?> ejbComponent)

defineEjbBeanProxy

public static <T> T defineEjbBeanProxy(EjbBean<T> bean,
                                       Class<?> iface,
                                       javax.enterprise.context.spi.CreationalContext<?> creationalContext)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.