[Zope3-dev] xmlrpc introspection

Roger Ineichen dev at projekt01.ch
Fri Sep 30 17:01:59 EDT 2005


Hi Tarek 

[...]
> class IXMLRPCIntrospector(View):
>     """IXMLRPCIntrospector View"""
>    
>     [...] some constructor [...]
> 
>     def listMethods():
>         """ lists all xmlrpc methods implemented by the 
> underlying view """
> 
>     def methodHelp(method_name):
>         """ returns the docstring of given method """
> 
>     def methodSignature(method_name):
>         """ returns the signature of given method
> 
>         ie the list of all arguments
>         """
> 
> Any advice ?
> 
> imo xmlrpc introspection can be useful in some cases
> (in my case i need such feature to actually let the client application
>  remote-control the site)
> 
> Would it be interesting to start a Z3 proposal on this topic ?

1+

Would be nice to have a best practices document or some more
information about xmlrpc standards an thier integration in z3. 
Starting a proposal looks a good idea to me.

Regards
Roger Ineichen

> Best regards,
> 
> Tarek
> 
> -- 
> Tarek Ziadé, Nuxeo R&D (Paris, France)
> CPS Platform : http://www.cps-project.org
> Zope3 / ECM   : http://www.z3lab.org
> mail: tziade at nuxeo.com; tel: +33 (0) 6 30 37 02 63
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev at zope.org
> Unsub: 
> http://mail.zope.org/mailman/options/zope3-dev/dev%40projekt01.ch
> 
> 



More information about the Zope3-dev mailing list