public class JsonRpcComponentServiceFactory extends AbstractComponentServiceFactory implements ComponentServiceFactory
| Constructor and Description |
|---|
JsonRpcComponentServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getService(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass) |
getCache, getCacheCapacity, getCacheTtlSec, getService, isCacheEnabled, setCacheCapacity, setCacheEnabled, setCacheTtlSecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServicepublic <T> T getService(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
getService in class AbstractComponentServiceFactory