Function
Function
the name of the remote method you want to call.
array of parameters to pass to method
call an arbitrary remote method without requiring it to be predefined with SMD
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
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.
Function
The name of the method we are creating the requst for
The array of parameters for this request;
create a JSON-RPC envelope for the request
Function
Object Object containing envelope of data we recieve from the server
parse the result envelope and pass the results back to the callback function
Object
Object