Objects of the XmlRpcDispather class perform the parsing of inbound XML-RPC
messages received by an XmlRpcServer and are responsible for invoking handlers and
dealing with their return values and exceptions.
When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch
control to XmlRpcInvocationHandlers that perform the actual processing.