load_response( stringOrReadable ) Class Public methods Also aliased as: load
new( parser = nil, writer = nil ) Class Public methods
dump_call( methodName, *params ) Instance Public methods
dump_response( param ) Instance Public methods
load_call( stringOrReadable ) Instance Public methods Returns [ methodname, params ]
load_response( stringOrReadable ) Instance Public methods Returns paramOrFault
new(*a) Class Public methods Creates a new XMLRPC::ModRubyServer instance. All parameters given are by-passed to XMLRPC::BasicServer.new.
serve() Instance Public methods 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.
parse_content_type(str) Instance Public methods
set_parser(parser) Instance Public methods Sets the XMLParser to use for parsing XML documents. Should be an instance of a class from module XMLRPC::XMLParser. If this method is not called, then XMLRPC::Config::DEFAULT_PARSER is used.
Page 1912 of 11844