tomj 2002/10/07 14:37:20
Modified: java/src/org/apache/axis/wsdl/toJava Tag: interop4
JavaFaultWriter.java
Log:
Fix up an incorrect comment
Revision Changes Path
No revision
No revision
1.14.2.5 +3 -9
xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaFaultWriter.java
Index: JavaFaultWriter.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaFaultWriter.java,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -r1.14.2.4 -r1.14.2.5
--- JavaFaultWriter.java 4 Oct 2002 23:36:02 -0000 1.14.2.4
+++ JavaFaultWriter.java 7 Oct 2002 21:37:20 -0000 1.14.2.5
@@ -159,15 +159,9 @@
pw.println(" }");
}
- // PROBLEM: we need to have the Exception class serialize itself
- // with the correct namespace, which can change depending on which
- // operation the exception is thrown from. This event seems unlikely
- // so for the time being we will use the namespace from the first
- // binding operation we find, which is passed in as construction time
- // Note that bindingFault can be null if this fault is never referenced
- // in a binding (WSDL2Java --all switch).
-
- // method that serializes exception data (writeDetail)
+ // Method that serializes exception data (writeDetail)
+ // The QName of the element is passed in by the runtime and is found
+ // via the fault meta-data in the WSDD.
// NOTE: This function is also written in JavaBeanFaultWriter.java
pw.println();
pw.println(" /**");