Spring Web Services Framework

Uses of Interface
org.springframework.ws.test.server.ResponseActions

Packages that use ResponseActions
org.springframework.ws.test.server Provides a testing framework for server-side Web service testing. 
 

Uses of ResponseActions in org.springframework.ws.test.server
 

Methods in org.springframework.ws.test.server that return ResponseActions
 ResponseActions ResponseActions.andExpect(ResponseMatcher responseMatcher)
          Sets up an expectation about the response message.
 ResponseActions MockWebServiceClient.sendRequest(RequestCreator requestCreator)
          Sends a request message by using the given RequestCreator.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.