Uses of Class
org.forgerock.openig.mcp.jsonrpc.JsonRpcPayload
Packages that use JsonRpcPayload
Package
Description
Contains classes related to the JSON-RPC protocol support for MCP.
-
Uses of JsonRpcPayload in org.forgerock.openig.mcp.jsonrpc
Subclasses of JsonRpcPayload in org.forgerock.openig.mcp.jsonrpcModifier and TypeClassDescriptionfinal classA guaranteed valid JSON-RPC Request object.classRepresents a JSON-RPC response message, either a result or an error.static final classRepresents a JSON-RPC error message.static final classRepresents a JSON-RPC result message.Methods in org.forgerock.openig.mcp.jsonrpc that return types with arguments of type JsonRpcPayloadModifier and TypeMethodDescriptionJsonRpcPayload.toJsonRpcMessage(Entity entity) Reads the given entity to a JSON-RPC message.