You could do it the other way around: keep an ASCII file containing a
list of all the methods and parameter names. Parse it and use that
data to generate both your wrapper function AND the Java code. That
way everything is always in sync.
That should be doable since it looks like all your Java methods are
straight-forward wrappers.
Patrick
That's an interesting idea, when you say "wrapper", are you talking
about the function I'm currently writing to take the return parameters
and turn them into a hash? Or is there a different "wrapper" you are
referring to?
Thanks
Jay