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