Uses of Interface
org.springframework.ws.test.server.ResponseActions
Package
Description
Provides a testing framework for server-side Web service testing.
-
Uses of ResponseActions in org.springframework.ws.test.server
Modifier and TypeMethodDescriptionResponseActions.andExpect
(ResponseMatcher responseMatcher) Sets up an expectation about the response message.MockWebServiceClient.sendRequest
(RequestCreator requestCreator) Sends a request message by using the givenRequestCreator
.