| 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
  
SimpMessageType MESSAGE. | 
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  | 
StompHeaderAccessor
A  
MessageHeaderAccessor to use when creating a Message from
 a decoded STOMP frame, or when encoding a Message to a STOMP frame. |