Uses of Class
com.rabbitmq.tools.jsonrpc.ServiceDescription
-
Packages that use ServiceDescription Package Description com.rabbitmq.tools.jsonrpc JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport. -
-
Uses of ServiceDescription in com.rabbitmq.tools.jsonrpc
Fields in com.rabbitmq.tools.jsonrpc declared as ServiceDescription Modifier and Type Field Description private ServiceDescriptionJsonRpcClient. serviceDescriptionHolds the JSON-RPC service description for this client.private ServiceDescriptionJsonRpcServer. serviceDescriptionHolds the JSON-RPC service description for this client.Methods in com.rabbitmq.tools.jsonrpc that return ServiceDescription Modifier and Type Method Description ServiceDescriptionJsonRpcClient. getServiceDescription()Public API - gets the service description record that this service loaded from the server itself at construction time.ServiceDescriptionJsonRpcServer. getServiceDescription()Public API - gets the service description record that this service built from interfaceClass at construction time.Methods in com.rabbitmq.tools.jsonrpc with parameters of type ServiceDescription Modifier and Type Method Description JsonRpcMapper.JsonRpcRequestDefaultJsonRpcMapper. parse(java.lang.String requestBody, ServiceDescription description)Deprecated.JsonRpcMapper.JsonRpcRequestJacksonJsonRpcMapper. parse(java.lang.String requestBody, ServiceDescription description)JsonRpcMapper.JsonRpcRequestJsonRpcMapper. parse(java.lang.String requestBody, ServiceDescription description)Parses a JSON RPC request.
-