Hi Paul,

ProxyGeneratorImpl now develops a 
 new Class[] and stuffs it into the
stub .
Any particular reason you employed this?
(My fever has kept me out of snyc over the past
few weeks on many battle fronts )

Moreover  this class array is being populated by
applending ".class" at the end of the Class name 
of the argument.

This would NOT work for ARRAY parameters.
mClassSource.println( "    argClasses[" + i + "] = " +
clazz.getName() + ".class;" );

Is this Class[] used ONLY as a means to ease the 
marshalling code in the DefaultProxyHelper or 
do you intend using it for some other deal?

Regards,
V i n a y


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to