1 Reply Latest reply on Apr 8, 2008 2:43 PM by wtam

    CXF Endpoint in Mediation Router

    eamdwyer

      Just a few beginner questions that I'ld like to clarify...

      If I have client talking soap/http (on say port x) to a camel router in order to get to a server running on soap/jms (on say port y) would the camel router create an cxf endpoint on port x for soap http?

      Also would Camel create a cxf provider and cxf consumer around that endpoint?

      If yes, is the cxf consumer created to take requests from my client and the producer to pass the request on to port y for the soap/jms server?

       

      Thanks

        • 1. Re: CXF Endpoint in Mediation Router
          wtam

          Yes to all of your questions.  It will create two endpoints (for soap/http and soap/jms) in your example. The cusumer in the soap/http cxf endpoint will take requests from your client and the producer in the other endpoint will send it off to the target soap/jms service.