public class NameSpacesRegistrar extends Object
Modifier and Type | Method and Description |
---|---|
static NameSpacesRegistrar |
getInstance() |
void |
registerNameSpaces(org.apache.axiom.om.xpath.AXIOMXPath xPath,
String id,
String owner,
javax.servlet.http.HttpSession httpSession) |
void |
registerNameSpaces(QName qName,
String id,
String owner,
javax.servlet.http.HttpSession httpSession) |
void |
unRegisterNameSpaces(javax.servlet.http.HttpSession httpSession,
String owner) |
public static NameSpacesRegistrar getInstance()
public void registerNameSpaces(org.apache.axiom.om.xpath.AXIOMXPath xPath, String id, String owner, javax.servlet.http.HttpSession httpSession)
public void registerNameSpaces(QName qName, String id, String owner, javax.servlet.http.HttpSession httpSession)
public void unRegisterNameSpaces(javax.servlet.http.HttpSession httpSession, String owner)
Copyright © 2019 WSO2. All rights reserved.