org.springframework.ws.test.client
Interface RequestMatcher
public interface RequestMatcher
Defines the contract for matching requests to expectations.
- Since:
- 2.0
- Author:
- Arjen Poutsma, Lukas Krecan
|
Method Summary |
void |
match(java.net.URI uri,
org.springframework.ws.WebServiceMessage request)
Matches the given request message against the expectations. |
match
void match(java.net.URI uri,
org.springframework.ws.WebServiceMessage request)
throws java.io.IOException,
java.lang.AssertionError
- Matches the given request message against the expectations. Implementations typically make use of JUnit-based
assertions.
- Parameters:
uri - the uri connected torequest - the request message to make assertions on
- Throws:
java.io.IOException - in case of I/O errors
java.lang.AssertionError - if expectations are not met
Copyright © 2011. All Rights Reserved.