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 QNamecreateQName(String id, String localName, javax.servlet.http.HttpSession httpSession)QNamecreateQName(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession httpSession)static QNameFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static QNameFactory getInstance()
-
createQName
public QName createQName(String id, String localName, javax.servlet.http.HttpSession httpSession)
-
-