Revision 6fa8fc7c21fb538fc652e23928a584c2d22f4f0b

Committed on 22/12/2013 8:22 am by Bertrand Dunogier <bd@ez.no> [GitHub Diff]

Added bdxmlrpc.parameters_processor service tag

A parameters processor implements XmlRpc\ParametersProcessorInterface.
The service tag, using the methodName argument, maps a processor
to an XML-RPC method name.

Given raw parameters, it can return route path arguments as well
as named arguments for a particular method call.