Class XmlRPCClient.remote


class remote : string -> string -> object  end
This class encapsulates a remote procedure. See above for details.

method zero_call : unit -> XmlRPCTypes.t
Remote function without arguments
method simple_call : XmlRPCTypes.t -> XmlRPCTypes.t
Remote function with one argument
method call : XmlRPCTypes.t list -> XmlRPCTypes.t
Remote function with multiple arguments