1 Reply Latest reply on Mar 1, 2012 6:38 AM by davsclaus

    How to set a CXF endpoint in a Bean

    johnwalker

      Hi

       

      How to set a CXF endpoint in a Bean ?

       

      I'm collecting this endpoint from a DB.

      The bean is itself called by spring DSL.

       

      So something like:

       

      Spring DSL

      =========

       

       

      Java

      ====

      void doSomething() {

      // ..processing ..

      setEndpoint("http://ws-endpoint.com/bla);  // <--- What goes here ?

      }

       

      Thank you !

       

      J.