Hi Claus,

the answer from Willam is exactly what we expected.

Best regards,
Mario



Claus Ibsen-2 wrote:
> 
> Hi
> 
> Did you get any help with this or did you find some answers yourself?
> 
> I am not to familiar with CXF interceptors but the CXF team is of course.
> And Willem Jiang as well as he is on both Camel and CXF.
> 
> 
> 
> On Mon, May 18, 2009 at 6:47 PM, mario_horny <mario.ho...@dzbank.de>
> wrote:
>>
>> Hi all,
>>
>> some of the functionality within a camel route stays the same for most
>> services. This includes stuff like
>>
>> + tracking of the messages/requests that pass the route
>> + signing of outgoing requests/checking signature of reply
>> + setting/checking header attributes that implement proprietary protocol
>> enhancements
>>
>> and so on.
>>
>> To simplify deployment and operation, we thought about a centralized
>> "relay"
>> that does not depend on the specific business wsdl of a service. It
>> should
>> basically implements these common tasks and should not care about by
>> which
>> service it is called.
>>
>> So I configured a camel route to use MESSAGE as dataFormat in hope that
>> camel then might not be interested in what it is routing on a higher
>> level.
>> For proper configuration of the camel endpoints I configured a dummy wsdl
>> with respective dummy serviceClass.
>>
>> This seems to work, since camel routes my real business request through.
>> But
>> actually I'm not sure about the consequences (well, I learned that the
>> dataFormat has dramatically impact on interceptor phases, but is there
>> anything else?).
>>
>> So my question is, if you guys would recommend this kind of
>> implementation
>> or if there are any more side effects I should be aware of ? Maybe
>> there's a
>> totally different mechanism in camel that might help me ?
>>
>> Greets in advance,
>> Mario
>> --
>> View this message in context:
>> http://www.nabble.com/using-camel-as-%22generic-relay%22-tp23601215p23601215.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Claus Ibsen
> Apache Camel Committer
> 
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
> 
> 

-- 
View this message in context: 
http://www.nabble.com/using-camel-as-%22generic-relay%22-tp23601215p23702588.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to