Spring Web Services Framework

org.springframework.ws.test.server
Interface ResponseActions


public interface ResponseActions

Allows for setting up expectation about response messages. Implementations of this interface are returned by MockWebServiceClient.sendRequest(RequestCreator).

Since:
2.0
Author:
Arjen Poutsma

Method Summary
 ResponseActions andExpect(ResponseMatcher responseMatcher)
          Sets up an expectation about the response message.
 

Method Detail

andExpect

ResponseActions andExpect(ResponseMatcher responseMatcher)
Sets up an expectation about the response message.

Parameters:
responseMatcher - the response matcher that defines expectations
Returns:
an instance of ResponseActions, to set up further expectations

Spring Web Services Framework

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