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, preprocessJsonRpc
getInvocationName, postprocess, preprocess
public DynamicJsonRpcServiceExecutor(String invocationName)