SWS-954 Fix method name in MockWebServiceClient javadoc

This commit is contained in:
Andreas Plesner
2016-02-19 08:38:22 +01:00
committed by Greg Turnquist
parent 218e25c6c1
commit 6ce84dfa50

View File

@@ -91,7 +91,7 @@ import org.springframework.ws.transport.WebServiceMessageReceiver;
* "<customerCount>42</customerCount>" +
* "</customerCountResponse>");
*
* <strong>mockClient.sendMessage(withPayload(requestPayload)).andExpect(payload(expectedResponsePayload))</strong>;
* <strong>mockClient.sendRequest(withPayload(requestPayload)).andExpect(payload(expectedResponsePayload))</strong>;
* }
* }
* </pre></blockquote>