See: Description
Interface | Description |
---|---|
JsonRpcMapper |
Abstraction to handle JSON parsing and generation.
|
Class | Description |
---|---|
DefaultJsonRpcMapper | Deprecated
use
JacksonJsonRpcMapper instead |
JacksonJsonRpcMapper |
JsonRpcMapper based on Jackson. |
JsonRpcClient | |
JsonRpcMapper.JsonRpcRequest | |
JsonRpcMapper.JsonRpcResponse | |
JsonRpcServer |
JSON-RPC Server class.
|
ParameterDescription |
Description of a single JSON-RPC procedure parameter.
|
ProcedureDescription |
Description of a single JSON-RPC procedure.
|
ServiceDescription |
Description of a JSON-RPC service.
|
Exception | Description |
---|---|
JsonRpcException |
Thrown when a JSON-RPC service indicates an error occurred during a call.
|
JsonRpcMappingException |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.