Support to handle Collection response object with the CXF RS http client API ----------------------------------------------------------------------------
Key: CAMEL-2242 URL: https://issues.apache.org/activemq/browse/CAMEL-2242 Project: Apache Camel Issue Type: Improvement Components: camel-cxf Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.2.0 Basically, if a Collection-derived class is expected, then the following WebClient method has to be used : {code} WebClient.invokeAndGetCollection(String httpMethod, Object body, Class<?> memberClass). {code} So we need to leverage this API to handle the Collection response rightly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.