remigijus wrote:
Does it supports different encoders. Few monts ago I had to write my own
XMLRPC library, only because no one had support for character encoding.

ATM everything is hard-coded, but there's no reason why you can't implement the ObjectAdapter and Parser interfaces and use your own implementations instead because the only dependencies are on those interfaces. There would need to be changes made to:


XmlRpcDispatcher.init()
XmlRpcOutputter.renderResult()

in order to look up the class names from the webwork config, but that's all that should need to be done.

Regards,

Simon


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to