org.jboss.errai.cdi.server
Class CDIServerUtil
java.lang.Object
org.jboss.errai.cdi.server.CDIServerUtil
public class CDIServerUtil
- extends Object
- Author:
- Heiko Braun , Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDIServerUtil
public CDIServerUtil()
lookupBean
public static <T> T lookupBean(javax.enterprise.inject.spi.BeanManager beanManager,
Class<T> serviceType,
Annotation... annotations)
getSession
public static QueueSession getSession(Message message)
lookupRPCBean
public static <T> T lookupRPCBean(javax.enterprise.inject.spi.BeanManager beanManager,
Class beanClass,
Annotation[] annotations)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.