org.apache.webbeans.ejb.common.util
Class EjbDefinitionUtility
java.lang.Object
org.apache.webbeans.ejb.common.util.EjbDefinitionUtility
public final class EjbDefinitionUtility
- extends Object
- Version:
- $Rev: 917060 $ $Date: 2010-02-28 00:14:47 +0200 (Sun, 28 Feb 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defineApiType
public static void defineApiType(BaseEjbBean<?> ejbComponent)
defineEjbBeanProxy
public static <T> T defineEjbBeanProxy(BaseEjbBean<T> bean,
Class<?> iface,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
- Type Parameters:
T - EJB bean implementation class- Parameters:
bean - The Enterprise bean to create a proxy foriface - The @Local interface the proxy should implement or thecreationalContext -
- Returns:
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.