| Package | Description | 
|---|---|
| org.springframework.messaging.simp | Generic support for Simple Messaging Protocols including protocols such as STOMP. | 
| org.springframework.messaging.simp.annotation.support | Support classes for handling messages from simple messaging protocols
 (like STOMP). | 
| Modifier and Type | Method and Description | 
|---|---|
| SimpMessageMappingInfo | SimpMessageMappingInfo. combine(SimpMessageMappingInfo other) | 
| SimpMessageMappingInfo | SimpMessageMappingInfo. getMatchingCondition(Message<?> message) | 
| Modifier and Type | Method and Description | 
|---|---|
| SimpMessageMappingInfo | SimpMessageMappingInfo. combine(SimpMessageMappingInfo other) | 
| int | SimpMessageMappingInfo. compareTo(SimpMessageMappingInfo other,
         Message<?> message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SimpMessageMappingInfo | SimpAnnotationMethodMessageHandler. getMappingForMethod(Method method,
                   Class<?> handlerType) | 
| protected SimpMessageMappingInfo | SimpAnnotationMethodMessageHandler. getMatchingMapping(SimpMessageMappingInfo mapping,
                  Message<?> message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Comparator<SimpMessageMappingInfo> | SimpAnnotationMethodMessageHandler. getMappingComparator(Message<?> message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Set<String> | SimpAnnotationMethodMessageHandler. getDirectLookupDestinations(SimpMessageMappingInfo mapping) | 
| protected SimpMessageMappingInfo | SimpAnnotationMethodMessageHandler. getMatchingMapping(SimpMessageMappingInfo mapping,
                  Message<?> message) | 
| protected void | SimpAnnotationMethodMessageHandler. handleMatch(SimpMessageMappingInfo mapping,
           HandlerMethod handlerMethod,
           String lookupDestination,
           Message<?> message) |