SimpleXMLRPCServer.SimpleXMLRPCDispatcher._marshaled_dispatch

SimpleXMLRPCDispatcher._marshaled_dispatch(data, dispatch_method=None, path=None)[source]

Dispatches an XML-RPC method from marshalled (XML) data.

XML-RPC methods are dispatched from the marshalled (XML) data using the _dispatch method and the result is returned as marshalled data. For backwards compatibility, a dispatch function can be provided as an argument (see comment in SimpleXMLRPCRequestHandler.do_POST) but overriding the existing method through subclassing is the preferred means of changing method dispatch behavior.