public class CDIServerUtil extends Object
Constructor and Description |
---|
CDIServerUtil() |
Modifier and Type | Method and Description |
---|---|
static QueueSession |
getSession(Message message) |
static <T> T |
lookupBean(javax.enterprise.inject.spi.BeanManager beanManager,
Class<T> serviceType,
Annotation... annotations) |
static <T> T |
lookupRPCBean(javax.enterprise.inject.spi.BeanManager beanManager,
Class<?> beanClass,
Annotation[] annotations) |
public static <T> T lookupBean(javax.enterprise.inject.spi.BeanManager beanManager, Class<T> serviceType, Annotation... annotations)
public static QueueSession getSession(Message message)
public static <T> T lookupRPCBean(javax.enterprise.inject.spi.BeanManager beanManager, Class<?> beanClass, Annotation[] annotations)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.