As you know AsyncProcessorTypeConverter just help CXF async engine to call the sync Processor constantly.

I don't think you need to wire the processor yourself.
Camel implements lots EIP which can help you write the route more easily.

If you want to send the request an outside WebService, you can use the ProducerTemplate in your processor to avoid creating and manging the endpoint yourself.

On Thu Aug 25 17:12:30 2011, xiangqiuzhao wrote:
i use RouteDefinition to add processor and the processor implements camel's
Processor.

but why AsyncProcessorTypeConverter appeared when i debug my application.

i need the processor handle in sync mode. why is async processor?



--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-get-response-on-synchronous-in-cxf-module-tp4733514p4733716.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