ClientImpl to leave inputstream in the message at caller's request
------------------------------------------------------------------
Key: CXF-1989
URL: https://issues.apache.org/jira/browse/CXF-1989
Project: CXF
Issue Type: Improvement
Components: Core
Reporter: William Tam
Priority: Minor
A usecase for this can be the apache camel router (camel-cxf component) sending
raw inputstream as Camel message body to be consumed outside CXF. The caller
could set a flag in the CXF exchange. ClientImpl would call
getConduitSelector().complete(exchange) if the flag is not set or the flag is
false;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.