Class NameSpacesRegistrar


  • public class NameSpacesRegistrar
    extends Object
    • Method Detail

      • addNameSpace

        @Deprecated
        public void addNameSpace​(String prefix,
                                 String uri,
                                 String id,
                                 javax.servlet.http.HttpSession httpSession)
        Deprecated.
      • registerNameSpaces

        public void registerNameSpaces​(org.apache.axiom.om.xpath.AXIOMXPath xPath,
                                       String id,
                                       javax.servlet.http.HttpSession httpSession)
      • registerNameSpaces

        public void registerNameSpaces​(List<org.wso2.carbon.mediator.service.util.MediatorProperty> properties,
                                       String baseId,
                                       javax.servlet.http.HttpSession httpSession)
      • registerNameSpaces

        public void registerNameSpaces​(Iterator<org.wso2.carbon.mediator.service.util.MediatorProperty> properties,
                                       String baseId,
                                       javax.servlet.http.HttpSession httpSession)
      • registerNameSpaces

        public void registerNameSpaces​(QName qName,
                                       String id,
                                       javax.servlet.http.HttpSession httpSession)
      • unRegisterNameSpaces

        public void unRegisterNameSpaces​(javax.servlet.http.HttpSession httpSession)