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