SOPE Method Dispatchers are objects which are responsible for invoking a
SOPE method from a protocol layer request.
They mostly abstract the differences between the various HTTP protocols like
WebDAV, XML-RPC, regular HTTP or SOAP.
TODO: write much more ;-)
The dispatcher used for a request is selected using the SoRequestDispatcherRules default which contains the rules for that.
To learn more about methods themselves, take a look at the methods text.
Todo: mention ASP style ?Cmd=methodName parameter and the ":method" form parameter.
SoObjectMethodDispatcher
Status: working.
This is the "default" dispatcher used for regular browser HTTP requests.
SoObjectWebDAVDispatcher
Status: working.
SoObjectXmlRpcDispatcher
Status: in development.
SoObjectSOAPDispatcher
Status: in development.