| Trees | Indices | Help | 
 | 
|---|
|  | 
              SocketServer.BaseServer --+        
                                        |        
                   SocketServer.TCPServer --+    
                                            |    
SimpleXMLRPCServer.SimpleXMLRPCDispatcher --+    
                                            |    
        SimpleXMLRPCServer.SimpleXMLRPCServer --+
                                                |
                                               lookupServer
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Loads the initial tbx file from the given filename 
 | 
| 
 Dispatches the XML-RPC method. XML-RPC calls are forwarded to a registered function that matches the called XML-RPC method name. If no such function exists then the call is forwarded to the registered instance, if available. If the registered instance has a _dispatch method then that method will be called with the name of the XML-RPC method and its parameters as a tuple e.g. instance._dispatch('add',(2,3)) If the registered instance does not have a _dispatch method then the instance will be searched to find a matching method and, if found, will be called. Methods beginning with an '_' are considered private and will not be called. 
 | 
| 
 Returns the source string of whatever was found. Keep in mind that this might not be what you want. | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 26 12:49:29 2008 | http://epydoc.sourceforge.net |