public abstract class AbstractJsonRpcServiceExecutor extends AbstractServiceExecutor
Constructor and Description |
---|
AbstractJsonRpcServiceExecutor(String invocationName) |
AbstractJsonRpcServiceExecutor(String invocationName,
long invocationId,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
postprocessJsonRpc(long iid,
long deltaTime,
HttpURLConnection con,
Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> responseHeaders,
jp.go.nict.langrid.commons.rpc.RpcFault fault) |
protected jp.go.nict.langrid.commons.util.Pair<Endpoint,Long> |
preprocessJsonRpc(Map<String,Object> mimeHeaders,
Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> rpcHeaders) |
getInvocationName, postprocess, preprocess
public AbstractJsonRpcServiceExecutor(String invocationName)
protected jp.go.nict.langrid.commons.util.Pair<Endpoint,Long> preprocessJsonRpc(Map<String,Object> mimeHeaders, Collection<jp.go.nict.langrid.commons.rpc.RpcHeader> rpcHeaders)
protected void postprocessJsonRpc(long iid, long deltaTime, HttpURLConnection con, Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> responseHeaders, jp.go.nict.langrid.commons.rpc.RpcFault fault)