simple_server library
Classes
- SimpleXmlRpcServer
- A XmlRpcServer that handles the XMLRPC server protocol with a single threaded HttpServer
- XmlRpcHandler
- A XmlRpcHandler handles the handling RPC functions along with marshalling the arguments and results to / from XMLRPC spec
- XmlRpcServer
- A XmlRpcServer that handles the XMLRPC server protocol.
Exceptions / Errors
- XmlRpcCallException
- When an exception occurs in the real method call
- XmlRpcException
- XmlRpcMethodNotFoundException
- When an exception occurs in the real method call
- XmlRpcRequestFormatException
- XmlRpcResponseEncodingException
- When an exception occurs in response encoding