Interface MessageMatcher<T>
- All Known Implementing Classes:
 AbstractMessageMatcherComposite,AndMessageMatcher,OrMessageMatcher,SimpDestinationMessageMatcher,SimpMessageTypeMatcher
public interface MessageMatcher<T>
API for determining if a 
Message should be matched on.- Since:
 - 4.0
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
ANY_MESSAGE
Matches everyMessage 
 - 
 - 
Method Details
- 
matches
Returns true if theMessagematches, else false- Parameters:
 message- theMessageto match on- Returns:
 - true if the 
Messagematches, else false 
 
 -