net/index
Overview
Module
- package:
org.eclipse.dirigible.sdk.net - source: net/
This module exposes minimal helpers for SOAP traffic and STOMP WebSockets, plus the decorators that turn a @Component into an inbound WebSocket handler.
The main components of this module are:
- Soap: Static helpers built directly on
jakarta.xml.soap- create / parse / invoke SOAP messages. - Websockets: Static facade for outbound STOMP WebSocket clients and inspecting active connections.
- Decorators:
@Websocket+ method-level@OnOpen/@OnMessage/@OnError/@OnClose, or the self-describingWebsocketHandlerinterface - either turns a@Componentinto an inbound WebSocket handler.