|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.consol.citrus.validation.DefaultXMLMessageValidator
DomXmlMessageValidator
@Deprecated public class DefaultXMLMessageValidator
Deprecated since version 1.2 TODO: Remove this class in major version update
| Constructor Summary | |
|---|---|
DefaultXMLMessageValidator()
Deprecated. |
|
| Method Summary | |
|---|---|
XmlMessageValidationContext |
findValidationContext(List<ValidationContext> validationContexts)
Deprecated. Delegate to new dom tree xml validator |
boolean |
supportsMessageType(String messageType)
Deprecated. Delegate to new dom tree xml validator |
void |
validateMessage(org.springframework.integration.Message<?> receivedMessage,
TestContext context,
List<ValidationContext> validationContexts)
Deprecated. Delegate to new dom tree xml validator |
void |
validateMessage(org.springframework.integration.Message<?> receivedMessage,
TestContext context,
XmlMessageValidationContext validationContext)
Deprecated. Delegate to new dom tree xml validator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultXMLMessageValidator()
| Method Detail |
|---|
public void validateMessage(org.springframework.integration.Message<?> receivedMessage,
TestContext context,
List<ValidationContext> validationContexts)
validateMessage in interface MessageValidator<XmlMessageValidationContext>receivedMessage - the message to validate.context - the current test context.validationContexts - list of available validation contexts.
public void validateMessage(org.springframework.integration.Message<?> receivedMessage,
TestContext context,
XmlMessageValidationContext validationContext)
validateMessage in interface MessageValidator<XmlMessageValidationContext>receivedMessage - the message to validate.context - the current test contextvalidationContext - the proper validation context.public XmlMessageValidationContext findValidationContext(List<ValidationContext> validationContexts)
findValidationContext in interface MessageValidator<XmlMessageValidationContext>public boolean supportsMessageType(String messageType)
supportsMessageType in interface MessageValidator<XmlMessageValidationContext>messageType - the message type representation as String (e.g. xml, json, csv, plaintext).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||