dojo.rpc.JsonService.bind
dojo.require("dojo.rpc.JsonService");
defined in dojo/rpc/JsonService.js
JSON-RPC bind method. Takes remote method, parameters, deferred, and a url, calls createRequest to make a JSON-RPC envelope and passes that off with bind.
parameter | type | description |
---|---|---|
method | String | The name of the method we are calling |
parameters | Array | The parameters we are passing off to the method |
deferredRequestHandler | The Deferred object for this particular request | |
url |