Update stomp/websocket documentation

This commit is contained in:
Rossen Stoyanchev
2013-12-11 23:36:55 -05:00
parent f36863947d
commit e637418010
2 changed files with 200 additions and 5 deletions

View File

@@ -61,8 +61,7 @@ import org.springframework.messaging.Message;
* WebSocket session on which the message was received. Regular HTTP-based
* authentication (e.g. Spring Security based) can be used to secure the
* HTTP handshake that initiates WebSocket sessions.</li>
* </ul
* >
* </ul>
* <p>By default the return value is wrapped as a message and sent to the destination
* specified with an {@link SendTo} method-level annotation.
*