クラス JsonRpcService

java.lang.Object
org.nkjmlab.util.javax.servlet.JsonRpcService

public class JsonRpcService extends Object
  • コンストラクタの詳細

  • メソッドの詳細

    • callHttpJsonRpc

      public JsonRpcResponse callHttpJsonRpc(Object target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • callHttpJsonRpc

      public JsonRpcResponse callHttpJsonRpc(Object target, JsonRpcRequest jreq, javax.servlet.http.HttpServletResponse response)
    • toJsonRpcRequest

      public JsonRpcRequest toJsonRpcRequest(javax.servlet.http.HttpServletRequest request)
    • toJsonString

      public String toJsonString(JsonRpcResponse jres)