antelder 2003/01/21 04:05:05
Modified: java/src/org/apache/wsif/providers/soap/apacheaxis
WSIFOperation_ApacheAxis.java
java/src/org/apache/wsif/providers/soap/apachesoap
WSIFOperation_ApacheSOAP.java
Log:
Bugzilla 16199 - response SOAP headers part, finsh this off by adding some Javadoc
left off the other 2 commits.
Revision Changes Path
1.67 +6 -0
xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java
Index: WSIFOperation_ApacheAxis.java
===================================================================
RCS file:
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- WSIFOperation_ApacheAxis.java 20 Jan 2003 14:34:09 -0000 1.66
+++ WSIFOperation_ApacheAxis.java 21 Jan 2003 12:05:05 -0000 1.67
@@ -2529,6 +2529,9 @@
}
}
+ /**
+ * This sets up any context from the response message
+ */
private void setResponseContext(Call call) throws WSIFException {
org.apache.axis.Message m = call.getResponseMessage();
if (m != null) {
@@ -2564,6 +2567,9 @@
}
}
+ /**
+ * This adds any SOAP headers in the response to the context
+ */
private void addContextResponseSOAPHeaders(
javax.xml.soap.SOAPHeader soapHeader) throws WSIFException {
1.38 +3 -0
xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apachesoap/WSIFOperation_ApacheSOAP.java
Index: WSIFOperation_ApacheSOAP.java
===================================================================
RCS file:
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apachesoap/WSIFOperation_ApacheSOAP.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- WSIFOperation_ApacheSOAP.java 21 Jan 2003 08:48:26 -0000 1.37
+++ WSIFOperation_ApacheSOAP.java 21 Jan 2003 12:05:05 -0000 1.38
@@ -1591,6 +1591,9 @@
}
}
+ /**
+ * This adds any SOAP headers in the response to the context
+ */
private void addContextResponseSOAPHeaders(Header soapHeader)
throws WSIFException {