You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/12/01 11:13:52 UTC

[jira] Resolved: (CAMEL-2242) Support to handle Collection response object with the CXF RS http client API

     [ https://issues.apache.org/activemq/browse/CAMEL-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2242.
---------------------------------

    Resolution: Fixed

trunk
http://svn.apache.org/viewvc?rev=885705&view=rev

> 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.