Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/rpc/JsonpService.js

  • Provides:

    • dojo.rpc.JsonpService
  • Requires:

    • dojo.rpc.RpcService in common
    • dojo.io.script in common
  • dojo.rpc.JsonpService

    • type
      Function
    • chains:
      • dojo.rpc.RpcService: (prototype)
      • dojo.rpc.RpcService: (call)
    • parameters:
      • args
      • requiredArgs
    • summary
      Generic JSONP service.  Minimally extends RpcService to allow
      easy definition of nearly any JSONP style service. Example
      SMD files exist in dojox.data
  • dojo.rpc.JsonpService.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • args
      • requiredArgs
  • dojo.rpc.JsonpService.strictArgChecks

    • type
      bool
  • dojo.rpc.JsonpService.bind

    • parameters:
      • method: (typeof string)
        The name of the method we are calling
      • parameters: (typeof array)
        The parameters we are passing off to the method
      • deferredRequestHandler: (typeof deferred)
        The Deferred object for this particular request
      • url
    • summary
      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.
    • type
      Function
  • dojo.rpc.JsonpService.createRequest

    • parameters:
      • parameters
    • summary
      create a JSONP req
      params: array
      The array of parameters for this request;
    • type
      Function
  • dojo.rpc

    • type
      Object
  • dojo

    • type
      Object