public class NameSpacesRegistrar extends Object
Modifier and Type | Method and Description |
---|---|
void |
addNameSpace(String prefix,
String uri,
String id,
javax.servlet.http.HttpSession httpSession)
Deprecated.
|
static NameSpacesRegistrar |
getInstance() |
void |
registerNameSpaces(org.apache.axiom.om.xpath.AXIOMXPath xPath,
String id,
javax.servlet.http.HttpSession httpSession) |
void |
registerNameSpaces(Iterator<org.wso2.carbon.mediator.service.util.MediatorProperty> properties,
String baseId,
javax.servlet.http.HttpSession httpSession) |
void |
registerNameSpaces(List<org.wso2.carbon.mediator.service.util.MediatorProperty> properties,
String baseId,
javax.servlet.http.HttpSession httpSession) |
void |
registerNameSpaces(QName qName,
String id,
javax.servlet.http.HttpSession httpSession) |
void |
unRegisterNameSpaces(javax.servlet.http.HttpSession httpSession) |
public static NameSpacesRegistrar getInstance()
@Deprecated public void addNameSpace(String prefix, String uri, String id, javax.servlet.http.HttpSession httpSession)
public void registerNameSpaces(org.apache.axiom.om.xpath.AXIOMXPath xPath, String id, javax.servlet.http.HttpSession httpSession)
public void registerNameSpaces(List<org.wso2.carbon.mediator.service.util.MediatorProperty> properties, String baseId, javax.servlet.http.HttpSession httpSession)
public void registerNameSpaces(Iterator<org.wso2.carbon.mediator.service.util.MediatorProperty> properties, String baseId, javax.servlet.http.HttpSession httpSession)
public void registerNameSpaces(QName qName, String id, javax.servlet.http.HttpSession httpSession)
public void unRegisterNameSpaces(javax.servlet.http.HttpSession httpSession)
Copyright © 2021 WSO2. All rights reserved.