Implements a XML-RPC server, which works with Apache mod_ruby.

Use it in the same way as XMLRPC::CGIServer!

Class Methods

Creates a new XMLRPC::ModRubyServer instance.

All parameters given are by-passed to XMLRPC::BasicServer.new.

Instance Methods
No documentation available
No documentation available

Call this after you have added all you handlers to the server.

This method processes a XML-RPC method call and sends the answer back to the client.