Package | Description |
---|---|
com.rabbitmq.tools.jsonrpc |
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
|
Modifier and Type | Method and Description |
---|---|
ServiceDescription |
JsonRpcServer.getServiceDescription()
Public API - gets the service description record that this
service built from interfaceClass at construction time.
|
ServiceDescription |
JsonRpcClient.getServiceDescription()
Public API - gets the service description record that this
service loaded from the server itself at construction time.
|
Modifier and Type | Method and Description |
---|---|
JsonRpcMapper.JsonRpcRequest |
JsonRpcMapper.parse(String requestBody,
ServiceDescription description)
Parses a JSON RPC request.
|
JsonRpcMapper.JsonRpcRequest |
DefaultJsonRpcMapper.parse(String requestBody,
ServiceDescription description)
Deprecated.
|
JsonRpcMapper.JsonRpcRequest |
JacksonJsonRpcMapper.parse(String requestBody,
ServiceDescription description) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.