0 Replies Latest reply on May 27, 2011 10:33 AM by ricardo.gomes

    HttpInvokerProxy on Seam

    ricardo.gomes

      Hi,


      I need to migrate some Spring code to Seam. And this code is responsible to create an HttpInvokerProxy and define some args. But I didnt find nothing in Seam related to it.


      Does anyone have an ideia?


      Below the code that a I wanna migrate to Seam.


      HttpInvokerProxyFactoryBean proxy = new HttpInvokerProxyFactoryBean();
      proxy.setServiceUrl(serviceUrl);
      proxy.setServiceInterface(CryptoService.class);
      proxy.afterPropertiesSet();
      



      Best regards,


      --
      Ricardo