[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <title>.: jsolait :. | documentation | jsonrpc</title> 6 <link rel="stylesheet" type="text/css" href="./html.css" /> 7 <meta name="author" content="Jan-Klaas Kollhof" /> 8 <meta name="keywords" content="jsolait.jsonrpc" /> 9 </head> 10 <body> 11 <a name="top" id="top"></a> 12 <div class="navigationBar"><a href="./index.xhtml">documentation</a> | 13 jsonrpc</div> 14 <div class="menu"> 15 <ul></ul> 16 <div class="copyright">copyright © 2004, Jan-Klaas Kollhof</div> 17 </div> 18 <div class="content"> 19 <h1>Module jsonrpc</h1> 20 21 This module implements the <a href="http://json-rpc.org" target="_blank">JSON-RPC</a> protocoll.<br /> 22 It supports both JSON-RPC over HTTP and JSON-RPC over TCP sockets(if sockets are available).<br /> 23 24 <div class="contentItem"><h2>public members:<a class="bttop" href="#top">▲</a></h2><div> 25 26 <h3>ServiceProxy(url, methodNames, localService)</h3><div class="indent"> 27 A class which creates proxy objects for remote JSON-RPC services.<br /> 28 <ul> 29 <li><b>ServiceProxy::url</b> The URL of the remote services.</li> 30 <li><b>ServiceProxy::methodNames</b> An Array containing the methodNames of the remote service.</li> 31 <li><b>ServiceProxy::localService</b> An Object providing methods to the remote service.</li> 32 </ul> 33 </div> 34 </div></div> 35 <div class="contentItem"><h2>dependencies:<a class="bttop" href="#top">▲</a></h2><div> 36 37 38 <h3><a href="./lang.xhtml">lang</a></h3><div class="indent"> 39 40 The <code>lang</code> module is required for JSON object serialization and deserialization. 41 </div> 42 43 <h3><a href="./urllib.xhtml">urllib</a></h3><div class="indent"> 44 45 The <code>urllib</code> module is only required when using JSON-RPC over HTTP. 46 </div> 47 48 <h3>Sockets</h3><div class="indent"> 49 50 You will need SVG1.2 sockets for JSON-RPC over TCP sockets to work. 51 This dependency will change once the <code>net</code> module is written. 52 It will provide networking services to jsolait. 53 </div> 54 55 </div></div> 56 </div> 57 </body> 58 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |