Lines Matching refs:XML
1 :mod:`SimpleXMLRPCServer` --- Basic XML-RPC server
5 :synopsis: Basic XML-RPC server implementation.
22 XML-RPC servers written in Python. Servers can either be free standing, using
30 functions that can be called by the XML-RPC protocol. The *requestHandler*
36 on to :mod:`xmlrpclib` and control the XML-RPC responses that will be returned
51 Create a new instance to handle XML-RPC requests in a CGI environment. The
53 control the XML-RPC responses that will be returned from the server.
75 alone XML-RPC servers.
80 Register a function that can respond to XML-RPC requests. If *name* is given,
120 Registers the XML-RPC introspection functions ``system.listMethods``,
128 Registers the XML-RPC multicall function system.multicall.
134 for receiving XML-RPC requests. Requests posted to other paths will result in a
177 # published as XML-RPC methods (in this case, just 'div').
236 The :class:`CGIXMLRPCRequestHandler` class can be used to handle XML-RPC
242 Register a function that can respond to XML-RPC requests. If *name* is given,
265 Register the XML-RPC introspection functions ``system.listMethods``,
271 Register the XML-RPC multicall function ``system.multicall``.
276 Handle an XML-RPC request. If *request_text* is given, it should be the POST