No, java does not support changing the value of parameters to methods. You need to wrap in/outs in a holder object. While the value of the holder cannot be changed, its attributes can be.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 10:49 AM > To: [EMAIL PROTECTED] > Subject: Holders > > > Hi > > I�ve got an additional question: > > Why does WSDL2Java generate method with holders as parameters > in stub & > skeleton? > > I thought they were only needed for de/serialization purposes > because java > does not understand out/inout parameters... > > thanks, > mike > >
