| Package | Description | 
|---|---|
| org.springframework.messaging.simp.annotation.support | Support classes for handling messages from simple messaging protocols
 (like STOMP). | 
| org.springframework.web.socket.messaging | WebSocket integration for Spring's messaging module. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpAnnotationMethodMessageHandlerA handler for messages delegating to  @MessageMappingand@SubscribeMappingannotated methods. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketAnnotationMethodMessageHandlerA sub-class of  SimpAnnotationMethodMessageHandlerto provide support
 forControllerAdvicewith global@MessageExceptionHandlermethods. |