Functiondojo.rpc.RpcService.generateMethod

dojo.require("dojo.rpc.RpcService");
defined in dojo/rpc/RpcService.js

generate the local bind methods for the remote object

Usage

function (/*String*/ method, /*Array*/ parameters, /*String*/ url) (view source)
parametertypedescription
methodStringThe name of the method we are generating
parametersArraythe array of parameters for this call.
urlStringthe service url for this call