public class CDIServiceFactory extends ServiceFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTITY_MANAGER_FACTORY_JNDI_NAME |
static java.lang.String |
ENTITY_MANAGER_JNDI_NAME |
| Constructor and Description |
|---|
CDIServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XMap properties) |
javax.enterprise.inject.spi.BeanManager |
getManager() |
ServiceInvoker<?> |
getServiceInstance(RemotingMessage request) |
getFactoryInstance, getServiceExceptionHandler, toString, toStringpublic static final java.lang.String ENTITY_MANAGER_FACTORY_JNDI_NAME
public static final java.lang.String ENTITY_MANAGER_JNDI_NAME
public javax.enterprise.inject.spi.BeanManager getManager()
public void configure(XMap properties) throws ServiceException
configure in class ServiceFactoryServiceExceptionpublic ServiceInvoker<?> getServiceInstance(RemotingMessage request) throws ServiceException
getServiceInstance in class ServiceFactoryServiceException