Here you are [1] :)

[1]examples/camel-example-cxf/src/main/java/org/apache/camel/example/cxf/CamelCxfExample.java

On 6/15/11 9:55 PM, Christian Schneider wrote:
Hi Willem,

could you give a small example for creating a proxy using the cxf
component?

Thanks

Christian

Am 15.06.2011 15:47, schrieb Willem Jiang:
Hi Christian,

No, I don't think you can simple replace camel-cxf component with the
camel transport for CXF.

camel-cxf component uses the camel component way to integrate the CXF
with camel, and camel transport is using CXF transport API to
integrate the camel with CXF. You can use the camel transport and
camel-cxf together as they integrate the camel and CXF in different
level.

cxfbean and the camel transport are more likely used in the server
side. If you want to access the WebService by using the proxy way, you
still need to use the camel-cxf component.

If you want to build a WebService proxy, camel-cxf component can help
you, you can easily do the CBR with help of camel-cxf component.




--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to