rineholt    2002/09/22 11:27:50

Modified:    java/src/org/apache/axis SOAPPart.java
Log:
Preserve processed header elements between getAsBytes and getAsString
operations
this use case (i.e. logging) is far too common to just dump them between
forms.
More than likely there is a much more elegant way to achieve this.

Revision  Changes    Path
1.49      +44 -16    xml-axis/java/src/org/apache/axis/SOAPPart.java

Index: SOAPPart.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/SOAPPart.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- SOAPPart.java 18 Sep 2002 16:10:31 -0000 1.48
+++ SOAPPart.java 22 Sep 2002 18:27:50 -0000 1.49
@@ -61,6 +61,7 @@
import org.apache.axis.encoding.SerializationContextImpl;
import org.apache.axis.message.InputStreamBody;
import org.apache.axis.message.SOAPEnvelope;
+import org.apache.axis.message.SOAPHeaderElement;
import org.apache.axis.utils.JavaU

<truncated...>


Reply via email to