public class DynamicJsonRpcServiceExecutor extends AbstractJsonRpcServiceExecutor implements InvocationHandler
| Constructor and Description |
|---|
DynamicJsonRpcServiceExecutor(String invocationName) |
DynamicJsonRpcServiceExecutor(String invocationName,
long invocationId,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
postprocessJsonRpc, preprocessJsonRpcgetInvocationName, postprocess, preprocesspublic DynamicJsonRpcServiceExecutor(String invocationName)