Function
Generic JSONP service. Minimally extends RpcService to allow easy definition of nearly any JSONP style service. Example SMD files exist in dojox.data
Function
The name of the method we are calling
The parameters we are passing off to the method
The Deferred object for this particular request
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.
Function
create a JSONP req params: array The array of parameters for this request;
Object
Object