This commit is contained in:
Arjen Poutsma
2010-11-04 12:47:04 +00:00
parent 0b9d164554
commit 06eb593abb

View File

@@ -31,7 +31,6 @@ import org.springframework.ws.test.support.MockStrategiesHelper;
* <ol>
* <li>Create a {@code MockWebServiceServer} instance by calling {@link #createServer(WebServiceTemplate)},
* {@link #createServer(WebServiceGatewaySupport)}, or {@link #createServer(ApplicationContext)}.
* or any other the other {@code createServer()} methods.
* <li>Set up request expectations by calling {@link #expect(RequestMatcher)}, possibly by using the default
* {@link RequestMatcher} implementations provided in {@link RequestMatchers} (which can be statically imported).
* Multiple expectations can be set up by chaining {@link ResponseActions#andExpect(RequestMatcher)} calls.</li>