See: Description
| Interface | Description | 
|---|---|
| MessageCondition<T> | 
 Contract for mapping conditions to messages. 
 | 
| MessagingAdviceBean | 
 Represents a Spring-managed bean with cross-cutting functionality to be
 applied to one or more Spring beans with annotation-based message
 handling methods. 
 | 
| Class | Description | 
|---|---|
| AbstractMessageCondition<T extends AbstractMessageCondition<T>> | 
 A base class for  
MessageCondition types providing implementations of
 AbstractMessageCondition.equals(Object), AbstractMessageCondition.hashCode(), and AbstractMessageCondition.toString(). | 
| DestinationPatternsMessageCondition | 
 A  
MessageCondition for matching the destination of a Message against one or
 more destination patterns using a PathMatcher. | 
| HandlerMethod | |
| HandlerMethodSelector | Deprecated
 as of Spring 4.2.3, in favor of the generalized and refined  
MethodIntrospector |