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

edison zhou commented on CAMEL-3746:
------------------------------------

Hi Willem,

Thanks for your quick response, I'm clear now. Next time I will discuss my 
question first. You can close it if you want.

> register a customized typeconverter in Spring
> ---------------------------------------------
>
>                 Key: CAMEL-3746
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3746
>             Project: Camel
>          Issue Type: Wish
>          Components: camel-spring
>    Affects Versions: 2.4.0
>         Environment: WIN XP, JDK 1.5
>            Reporter: edison zhou
>            Assignee: Willem Jiang
>              Labels: features
>             Fix For: 2.4.0
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Can I register a customized typeconverter in spring xml? Now I just use below 
> code.
> CamelContext context = new DefaultCamelContext();
> context.getTypeConverterRegistry().addTypeConverter(InputStream.class, 
> String.class, new StringToInputStreamConverter());

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to