|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.test.support.matcher.SchemaValidatingMatcher
public class SchemaValidatingMatcher
Uses the XmlValidator to validate request payload.
| Constructor Summary | |
|---|---|
SchemaValidatingMatcher(org.springframework.core.io.Resource schema,
org.springframework.core.io.Resource... furtherSchemas)
Creates a SchemaValidatingMatcher based on the given schema resource(s). |
|
| Method Summary | |
|---|---|
void |
match(org.springframework.ws.WebServiceMessage message)
Matches the given message against the expectations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaValidatingMatcher(org.springframework.core.io.Resource schema,
org.springframework.core.io.Resource... furtherSchemas)
throws java.io.IOException
SchemaValidatingMatcher based on the given schema resource(s).
schema - the schemafurtherSchemas - further schemas, if necessary
java.io.IOException - in case of I/O errors| Method Detail |
|---|
public void match(org.springframework.ws.WebServiceMessage message)
throws java.io.IOException,
java.lang.AssertionError
WebServiceMessageMatcher
match in interface WebServiceMessageMatchermessage - the message
java.io.IOException - in case of I/O errors
java.lang.AssertionError - if expectations are not met
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||