Constructordojox.wire.ml.RestHandler

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

This class serves as a base REST service. Sub-classes may override getContent() and getResult() to handle specific content types.

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