Class MessageValidator

java.lang.Object
org.springframework.integration.test.support.AbstractResponseValidator<Message<?>>
org.springframework.integration.test.support.MessageValidator
All Implemented Interfaces:
MessageHandler

public abstract class MessageValidator
extends AbstractResponseValidator<Message<?>>
Validate a message. Create an anonymous instance or subclass to implement the validateMessage() method
Author:
David Turanski