dojo.rpc.RpcService.generateMethod
dojo.require("dojo.rpc.RpcService");
defined in dojo/rpc/RpcService.js
generate the local bind methods for the remote object
parameter | type | description |
---|---|---|
method | String | The name of the method we are generating |
parameters | Array | the array of parameters for this call. |
url | String | the service url for this call |