We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b334e4 commit 63496ddCopy full SHA for 63496dd
test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java
@@ -32,9 +32,9 @@
32
public interface ResponseCallback {
33
34
/**
35
- * Execute any number of operations on the supplied response, given the request.
+ * Execute any number of operations on the supplied response, given the request and URI.
36
*
37
- * @param uri of the service called
+ * @param uri the URI
38
* @param request the request message
39
* @param response the response message
40
* @throws IOException in case of I/O errors
0 commit comments