Re: [Plastic-devs] Passing VOEvents via Plastic
Brought to you by:
johndavidtaylor,
thomasboch
|
From: Alasdair A. <aa...@as...> - 2006-04-26 09:32:13
|
Mark Taylor wrote: > Alasdair Allan wrote: >> Alasdair Allan wrote: >>> I'd therefore like to introduce/propose >>> >>> void ivo://votech.org/voevent/handleEvent( String xmlMessage ) >> >> Possibly it should be, >> >> int ivo://votech.org/voevent/handleEvent( String xmlMessage ) >> >> returning a 1 on successful parse, and a 0 on a fail? Feeback is >> always nice... > > Good idea, except better to use a boolean return, which is distinct > from an integer in XML-RPC. Fair point... Al. |