]
Alexey Kazakov updated JBIDE-19739:
-----------------------------------
Attachment: scr.png
!scr.png!
Websockets: Content assist for endpoint classes
-----------------------------------------------
Key: JBIDE-19739
URL:
https://issues.jboss.org/browse/JBIDE-19739
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 4.3.0.Beta1
Attachments: scr.png
Content assist for classes annotated @ServerEndpoint or @ClientEndpoint with the
following proposals:
- Add @OnMessage method (if not present yet)
- Add @OnOpen method
- Add @OnClose method
- Add @OnError method