Class LocalEntryUtil
- java.lang.Object
-
- org.wso2.carbon.mediation.library.util.LocalEntryUtil
-
public class LocalEntryUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalEntryUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
getOMElement(File file)
Convert file to xml elementstatic org.apache.axiom.om.OMElement
nonCoalescingStringToOm(String xmlStr)
-
-
-
Method Detail
-
getOMElement
public static org.apache.axiom.om.OMElement getOMElement(File file)
Convert file to xml element
-
nonCoalescingStringToOm
public static org.apache.axiom.om.OMElement nonCoalescingStringToOm(String xmlStr) throws XMLStreamException
- Throws:
XMLStreamException
-
-