Hi, Just two short questions regarding CXf streaming & spring/blueprint configuration on client side:
1) Is using Dispatch<Source> only the way to achieve streaming on the client side? I would like to avoid DOM model on the client side. 2) Is it possible somehow to configure Dispatch using spring/blueprint? I have found this Jira entry https://issues.apache.org/jira/browse/CXF-980, but it seems to be postponed for the future. In my use case, clients send a large untyped XML messages, so I would like to use stream-oriented clients. From other side, clients use a lot of features and interceptors easily configured via spring/blueprint (sure, it is also possible to do it programmatically, but not so easy and obvious). Could anybody suggest an elegant solution for this situation? Regards, Andrei.
