Oh great. :-) But *I* still don't like it much.
-- Tom Jordahl -----Original Message----- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java You know what, forget that message. That was apparently jetlag talking. I hadn't really looked closely enough at this, and upon doing so I'm fine with it - the data really was being used all over the place. Ignore the man across the ocean, please. (no, not Glyn!) --G ----- Original Message ----- From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 3:38 PM Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java > I'm not going to -1 this, but don't think it's a very good idea. We have > basically taken a whole bunch of data which was previously described close to > the actual package in which it is used, and dropped it all willy-nilly into a > single place just because it happens to be a type with a string representation. > Yuk (or "Le Yuk", as they say here in Paris). > > --Glen > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 11, 2002 3:26 PM > Subject: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java > > > > rsitze 2002/06/11 06:26:16 > > > > Modified: java/src/org/apache/axis/description ServiceDesc.java > > OperationDesc.java > > java/src/org/apache/axis/encoding > > SerializationContextImpl.java > > java/src/org/apache/axis/wsdl/toJava Emitter.java > > JavaDeployWriter.java > > java/test/wsdl Wsdl2javaAntTask.java > > java/src/org/apache/axis/deployment/wsdd WSDDService.java > > java/src/org/apache/axis/message BodyBuilder.java > > RPCElement.java > > java/src/org/apache/axis/handlers/soap SOAPService.java > > java/src/org/apache/axis/providers/java JavaProvider.java > > java/src/org/apache/axis/handlers JWSProcessor.java > > java/src/org/apache/axis MessageContext.java > > java/src/org/apache/axis/wsdl WSDL2Java.java > > java/src/org/apache/axis/utils axisNLS.properties > > java/src/org/apache/axis/client Call.java > > Added: java/src/org/apache/axis/enum Style.java Scope.java > > Enum.java > > Log: > > Introduce enumerations for Style & Scope integer constants. > > Allows access to 'String' representation of same, conversion > > between, better type safetly, and (bottom line) consolidation > > of these functions to one point.