Class JsonRpcResponse<T>

java.lang.Object
com.xensource.xenapi.JsonRpcResponse<T>
Type Parameters:
T - The type of the response's result

public class JsonRpcResponse<T> extends Object
Represents the payload of responses returned from a JSON-RPC v2.0 backend.
  • Field Details

  • Constructor Details

    • JsonRpcResponse

      public JsonRpcResponse()
  • Method Details