0 Replies Latest reply on Aug 18, 2012 7:14 AM by michael.vengerovich

    JBoss 5.1 for SOA: how to enumerate all Endpoints

    michael.vengerovich

      Hi friends,

       

      I unable to find information how to enumerate all regesterid in the AS Endpoints.

      One way I found - enumerate EPRs, but the EPR is not endpoint...

      My goal is to execute for each:

      for(Endpoint ep: eps) {

           ep.getBinding().getHandlerChain().add(new SoapHandler());

      }

      where SoapHandler - is my own class implements javax.xml.ws.handler.Handler.

       

      Thank you for advices.