You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ws-core/src/main/java/org/springframework/ws/transport/HeadersAwareReceiverWebServiceConnection.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@
20
20
importjava.util.Iterator;
21
21
22
22
/**
23
-
* Interface to define access to header information for certain
24
-
* {@link WebServiceConnection} implementations.
23
+
* Sub-interface of {@link WebServiceConnection} that is aware of request headers and can
0 commit comments