to make my question more clear I made a simplistic and simplified sequence
diagram.

pls let me know if this is supported in CXF? it is very similar to JMS
where you can receive requests and send responses asynchronously and in any
order.
if it's not supported, is it possible to implement it with current CXF
architecture (mainly, dispatching client requests to business logic)?


On Tue, Apr 8, 2014 at 9:47 AM, Przemyslaw Bielicki <[email protected]>wrote:

> 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