public class EjbServiceFactory extends ServiceFactory
| Constructor and Description |
|---|
EjbServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XMap properties) |
String |
getLookup() |
ServiceInvoker<?> |
getServiceInstance(RemotingMessage request) |
protected String |
getUniqueKey(String destinationId) |
Object |
lookup(String name) |
void |
removeFromCache(String destinationId) |
String |
toString() |
getFactoryInstance, getServiceExceptionHandler, toStringpublic EjbServiceFactory() throws ServiceException
ServiceExceptionpublic Object lookup(String name) throws NamingException
NamingExceptionpublic void configure(XMap properties) throws ServiceException
configure in class ServiceFactoryServiceExceptionpublic ServiceInvoker<?> getServiceInstance(RemotingMessage request) throws ServiceException
getServiceInstance in class ServiceFactoryServiceExceptionprotected String getUniqueKey(String destinationId)
public void removeFromCache(String destinationId)
public String toString()
toString in class ServiceFactory