|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.test.support.AbstractResponseValidator<T> org.springframework.integration.test.support.PayloadValidator<T>
public abstract class PayloadValidator<T>
Validate a message payload. Create an anonymous instance or subclass this to validate a response payload.
Constructor Summary | |
---|---|
PayloadValidator()
|
Method Summary | |
---|---|
protected boolean |
extractPayload()
If true will extract the payload as the parameter for validateResponse() |
Methods inherited from class org.springframework.integration.test.support.AbstractResponseValidator |
---|
getLastMessage, handleMessage, validateResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PayloadValidator()
Method Detail |
---|
protected final boolean extractPayload()
AbstractResponseValidator
extractPayload
in class AbstractResponseValidator<T>
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |