Uses of Interface
dev.getelements.elements.rt.jrpc.JsonRpcInvocationService.InvocationResolution
Packages that use JsonRpcInvocationService.InvocationResolution
-
Uses of JsonRpcInvocationService.InvocationResolution in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return JsonRpcInvocationService.InvocationResolutionModifier and TypeMethodDescriptionSimpleJsonRpcInvocationService.resolve
(JsonRpcRequest jsonRpcRequest) -
Uses of JsonRpcInvocationService.InvocationResolution in dev.getelements.elements.rt.jrpc
Methods in dev.getelements.elements.rt.jrpc that return JsonRpcInvocationService.InvocationResolutionModifier and TypeMethodDescriptionJsonRpcInvocationService.resolve
(JsonRpcRequest jsonRpcRequest) Returns an instance ofJsonRpcInvocationService.InvocationResolution
given theJsonRpcRequest
.