SWS-954 Fix method name in MockWebServiceClient javadoc
This commit is contained in:
committed by
Greg Turnquist
parent
218e25c6c1
commit
6ce84dfa50
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user