; View this message in context:
> http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842074.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
--
Claus Ibsen
Apache Camel Committer
Author of Camel in Action: ht
I spoke too soon again, I can find it using the camelcontext via the Exchange
;)
Sorry for the disturbance,
Olivier
--
View this message in context:
http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842074.html
Sent from the Camel
.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842058.html
Sent from the Camel - Users mailing list archive at Nabble.com.
It's exactly what I needed, Thanks !
--
View this message in context:
http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840833.html
Sent from the Camel - Users mailing list archive at Nabble.com.
not, how could I proceed to be able to use the converter inside the split
> strategy ?
>
> Thanks!
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840819.html
> Sent
proceed to be able to use the converter inside the split
strategy ?
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840819.html
Sent from the Camel - Users mailing list archive at Nabble.com.
orked.
foo.bar.bluidapi
Thanks for your help. Sorry for the goose chase.
-
Buzzterrier
http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer...
--
View this message in context:
http://www.nabble.com/TypConverter-tp24176269p24189487.html
Sent
76552L;
>private String parent;
>private String search;
>
>public SearchTerms(){
>
>}
>public SearchTerms(String parent, String search) {
>this.parent = parent;
>this.search = search;
>}
>
>public String g
this message in context:
http://www.nabble.com/TypConverter-tp24176269p24187548.html
Sent from the Camel - Users mailing list archive at Nabble.com.
> Is there a way easily convert my searchTerms pojo? I was hoping it would
> >> be
> >> like spring were I bind to a command object and cast it. I looked that
> >> the
> >> typeconverter examples, and it is not all the clear how I would hand
> &
clear how I would hand
>> this.
>>
>>
>>
>> -
>> Buzzterrier
>>
>> http://buzzterrier.blogspot.com/ View my blog: Ordinary Average
>> Developer...
>
>
>
-
Buzzterrier
http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer...
--
View this message in context:
http://www.nabble.com/TypConverter-tp24176269p24177862.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
If you are planing to send the SearchTerms object through the JMS
transport, you need to let the SeachTerms to implement the Serializable
interface.
camel-jms will take care rest of the work ;)
Willem
buzzterrier wrote:
> My camel client sends a request to my service:
>
> Future fu
and object and cast it. I looked that the
typeconverter examples, and it is not all the clear how I would hand this.
-
Buzzterrier
http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer...
--
View this message in context:
http://www.nabble.com/TypConverter-tp24176269p241
13 matches
Mail list logo