Hi,

does CXF support WebSockets as a transport? I need to support multiplexed
SOAP and WebSocket protocol looks perfect as a starting point. It is
bidirectional and full duplex.
By multiplexing I mean that the client can send messages without waiting
for the response, and the responses may be sent back in the different order
that they were sent (I will use message / conversation ID, to identify the
request and response)

I looked for the information in the mailing list history, but it's still
not clear for me if you support WebSocket out-of-the box[1] or I need to
implement my own transport[2] (that could be a nice contribution to CXF?

Many thanks,
Przemyslaw

[1] http://cxf.apache.org/docs/websocket.html
[2] http://cxf.apache.org/docs/custom-transport.html

Reply via email to