dims2002/06/29 12:19:17
Modified:java/test/saaj PackageTests.java
java/src/org/apache/axis/message PrefixedQName.java
Added: java/test/saaj TestEnvelope.java
Log:
Cleanup PrefixedQName's equals method and added a test case.
Revision ChangesPath
M@IBMGB on 04/11/2002 04:48:26 AM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/message
PrefixedQName.java
Rich,
Although I can speculate about why you changed PrefixedQName so that it
delegates to QName i
to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/message
PrefixedQName.java
Rich,
Although I can speculate about why you changed PrefixedQName so that it
delegates to QName instead of extending it, I'd be interested
Rich,
Although I can speculate about why you changed PrefixedQName so that it
delegates to QName instead of extending it, I'd be interested in *your*
rationale.
My rationale for using extension was that there could easily be cases where
it would be necessary to use a PrefixedQName where a QName
scheu 02/04/10 11:49:40
Modified:java/src/javax/xml/rpc/namespace QName.java
java/src/org/apache/axis/message PrefixedQName.java
Log:
Changed QName to final, intern'd NamespaceURI and LocalPart.
Changed PrefixedQName so that it no longer extends QName.
Rev