public final class AndMessageMatcher<T> extends Object
MessageMatcher that will return true if all of the passed in
 MessageMatcher instances match.| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.commons.logging.Log | 
LOGGER  | 
ANY_MESSAGE| Constructor and Description | 
|---|
AndMessageMatcher(List<MessageMatcher<T>> messageMatchers)
Creates a new instance 
 | 
AndMessageMatcher(MessageMatcher<T>... messageMatchers)
Creates a new instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<MessageMatcher<T>> | 
getMessageMatchers()  | 
boolean | 
matches(org.springframework.messaging.Message<? extends T> message)
Returns true if the  
Message matches, else false | 
String | 
toString()  | 
public AndMessageMatcher(List<MessageMatcher<T>> messageMatchers)
messageMatchers - the MessageMatcher instances to try@SafeVarargs public AndMessageMatcher(MessageMatcher<T>... messageMatchers)
messageMatchers - the MessageMatcher instances to trypublic boolean matches(org.springframework.messaging.Message<? extends T> message)
MessageMatcherMessage matches, else falsemessage - the Message to match onMessage matches, else falsepublic List<MessageMatcher<T>> getMessageMatchers()