2 Replies Latest reply on Nov 27, 2013 2:30 AM by asoldano

    JBoss EAP 6.1 JBossws-cxf closing the port

    meriamjabl

      Hello, I am working respecting the  JAX-WS specification and would like to know if there is any method to close the port.

       

      With the metro WS, I can use this

      ((com.sun.xml.ws.Closeable) port);
      

       

      Is there any need to close the port especially for performance reasons?

       

      Thanks.