Hi,

You can have a look at the camel cxf examples[1] which can address some of your 
concern.
BTW, CXF support the SOAP and REST at the same time.

[1]http://camel.apache.org/cxf-example.html

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) 
(English)
http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On January 20, 2014 at 10:39:54 PM, metazone (metazon...@gmail.com) wrote:
>  
> - I was going to develop a pub/sub EventListener where, when a  
> business logic
> object needed to send notification ot other systems, it would  
> do so by
> publishing & listeners (java objects - Adapters) would get the  
> notification.
> The Adapters would transform the msg (and potentially read from  
> db) and then
> make the call - using REST, SOAP-based (JAX-WS, JAXB), etc. Can  
> Apache
> Camel provide much value-added in the implementation here?  
> - Our app will be using existing SOAP-based web services (which  
> may have a
> RESTful interface) + we're exposing our services as both SOAP  
> and REST.
> - Can we get a single interface defined for a service and then switch  
> easily
> between REST, JMS, SOAP-based calls w/ minimal code (let engine  
> do it for
> us)?
> - Does Camel's transform help that much - e.g. parsing the msg  
> doesn't seem
> to be a big deal but ...
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Looking-to-determine-where-Camel-can-help-us-tp5746251.html
>   
> Sent from the Camel - Users mailing list archive at Nabble.com.  
>  

Reply via email to