dojox.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 ()
FunctionsBack to top

Call a service method with parameters.
Generate a request content

Extract a result