Class NameSpacesRegistrar
java.lang.Object
org.wso2.carbon.sequences.ui.util.ns.NameSpacesRegistrar
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNameSpace(String prefix, String uri, String id, javax.servlet.http.HttpSession httpSession) Deprecated.static NameSpacesRegistrarvoidregisterNameSpaces(Iterator<org.wso2.carbon.mediator.service.util.MediatorProperty> properties, String baseId, javax.servlet.http.HttpSession httpSession) voidregisterNameSpaces(List<org.wso2.carbon.mediator.service.util.MediatorProperty> properties, String baseId, javax.servlet.http.HttpSession httpSession) voidregisterNameSpaces(QName qName, String id, javax.servlet.http.HttpSession httpSession) voidregisterNameSpaces(org.apache.axiom.om.xpath.AXIOMXPath xPath, String id, javax.servlet.http.HttpSession httpSession) voidunRegisterNameSpaces(javax.servlet.http.HttpSession httpSession)
-
Method Details
-
getInstance
-
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
-
registerNameSpaces
-
registerNameSpaces
-
unRegisterNameSpaces
public void unRegisterNameSpaces(javax.servlet.http.HttpSession httpSession)
-