dojo.rpc.JsonpService.bind
dojo.require("dojo.rpc.JsonpService");
defined in dojo/rpc/JsonpService.js
JSONP 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 |