Constructordojox.wire.ml.JsonHandler

dojo.require("dojox.wire.ml.Service");
defined in dojox/wire/ml/Service.js

This class provides JSON handling for a REST service.

Usage

function ()

Jump to PropertiesFunctionsBack to top

Functionbind(method, parameters, deferred, url)
Call a service method with parameters.
Function_getContent(method: String, parameters: Array)
Generate a request content
Function_getResult(data)
Extract a result
Function_getUrl(method: String, parameters: Array, url: String)
Generate a URL

Jump to FunctionsPropertiesBack to top