public abstract class JsonRpcMessage extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
JsonRpcMessage(String id) |
protected final String id
protected JsonRpcMessage(String id)
public String getId()
public abstract String toJson(JsonImplementor jsonContext) throws Exception
jsonContext - Exceptionpublic static JsonRpcMessage of(JsonImplementor jsonImpl, String json) throws Exception
jsonContext - json - ExceptionCopyright © 2016. All rights reserved.