[ 
https://issues.apache.org/jira/browse/CAMEL-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975823#action_12975823
 ] 

Claus Ibsen commented on CAMEL-3218:
------------------------------------

Implemented this on jetty http producer and camel-servlet as well.

Also improved so both producer and consumer side supports content type with 
serialized java objects for the regular payload as well (not only when 
transferException=true).

trunk: 1053667.

> http response as object
> -----------------------
>
>                 Key: CAMEL-3218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3218
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http
>    Affects Versions: 2.4.0
>            Reporter: Arno Noordover
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> When using the http-component in combination with the proxy facility of camel 
> exceptions don't get thrown as exceptions defined by the interface.
> It would be nice if an exception in the response of a servlet called from a 
> http component would be converted to normal objects.
> Currently you have to use 
> org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean. In 
> combination with the solution of jira issue 3025 the response will be 
> converted to normal java objects.
> It would be nice if we could use the http component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to