Package funkload :: Module XmlRpcBase
[show private | hide private]
[frames | no frames]

Module funkload.XmlRpcBase

Base class to build XML RPC daemon server.

$Id: XmlRpcBase.py 30282 2005-12-05 12:52:30Z bdelbosc $
Classes
MySimpleXMLRPCServer SimpleXMLRPCServer with allow_reuse_address.
XmlRpcBaseController An XML/RPC controller.
XmlRpcBaseServer The base class for xml rpc server.

Function Summary
  is_server_running(host, port)
Check if the XML/RPC server is running checking getStatus RPC.
  main()
Main

Function Details

is_server_running(host, port)

Check if the XML/RPC server is running checking getStatus RPC.

main()

Main

Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 http://epydoc.sf.net