|
js-xmlrpc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--xmlrpcmsg | +--jsonrpcmsg
Defined in jsonrpc_lib.js
Field Summary | |
Object |
id
|
Constructor Summary | |
jsonrpcmsg(<string> meth, <array> pars, <mixed> id)
|
Methods inherited from class xmlrpcmsg |
method, serialize, addParam, getParam, getNumParams
|
Field Detail |
Object id
Constructor Detail |
jsonrpcmsg(<string> meth, <array> pars, <mixed> id)
meth
- Name of the method to be invoked
pars
- list of parameters for method call (jsonrpcval objects)
id
- of method call. Either a string, number or boolean or null. NULL has a special meaning for json-rpc
|
js-xmlrpc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |