This procedure is defined in the server but not documented via ad_proc or proc_doc and may be intended as a private interface.
The procedure is defined as:
proc xotcl::method_handles_to_xotcl {definitions} {
set defs [list]
foreach def $definitions {lappend defs [method_handle_to_xotcl $def]}
return $defs
}