If you can use your component to talk to your platform, the route could be
from("component").to("cxf:xxx").

But you have no clear idea about how to let camel integrate with your platform. If you just send out the message to other server, you can direct use the camel producerTemplate to do the job.


On 7/28/11 8:24 PM, xiangqiuzhao wrote:
because my platform need send message to webservice server, socket server,
ftp server, or other unknow protocol communication, so i want use camel
send message to some server by the endpoint define, and my platform give the
message to camel by direct. so if i need to use
from("direct:myplatform").to("other://") route?

by the way, how to drive the direct route? i means if the route is
from("mina://ip:port") and the client can use socket connect to the port and
send message, but how to send message to direct route ?

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-route-once-from-myComponent-to-cxf-tp4642015p4642403.html
Sent from the Camel - Users mailing list archive at Nabble.com.



--
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