public interface RequestMatcher
| Modifier and Type | Method and Description |
|---|---|
void |
match(URI uri,
org.springframework.ws.WebServiceMessage request)
Matches the given request message against the expectations.
|
void match(URI uri, org.springframework.ws.WebServiceMessage request) throws IOException, AssertionError
uri - the uri connected torequest - the request message to make assertions onIOException - in case of I/O errorsAssertionError - if expectations are not met