Class QNameFactory
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.util.ns.QNameFactory
-
public class QNameFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
createQName(String id, String localName, javax.servlet.http.HttpSession httpSession)
QName
createQName(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession)
static QNameFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static QNameFactory getInstance()
-
createQName
public QName createQName(String id, String localName, javax.servlet.http.HttpSession httpSession)
-
-