| Package | Description | 
|---|---|
| org.springframework.messaging.simp | Generic support for Simple Messaging Protocols including protocols such as STOMP. | 
| org.springframework.messaging.simp.stomp | Generic support for simple messaging protocols (like STOMP). | 
| Modifier and Type | Method and Description | 
|---|---|
| static SimpMessageHeaderAccessor | SimpMessageHeaderAccessor. create()Create an instance with
  SimpMessageTypeMESSAGE. | 
| static SimpMessageHeaderAccessor | SimpMessageHeaderAccessor. create(SimpMessageType messageType)Create an instance with the given
  SimpMessageType. | 
| static SimpMessageHeaderAccessor | SimpMessageHeaderAccessor. wrap(Message<?> message)Create an instance from the payload and headers of the given Message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StompHeaderAccessorA  MessageHeaderAccessorto use when creating aMessagefrom
 a decoded STOMP frame, or when encoding aMessageto a STOMP frame. |