Package org.apache.axis2.dataretrieval
Class DataRetrievalUtil
java.lang.Object
org.apache.axis2.dataretrieval.DataRetrievalUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementbuildOM(ClassLoader classLoader, String file) Loading xml file content and convert to OMElement.static org.apache.axiom.om.OMElementconvertToOMElement(InputStream servicexmlStream) Convert servicexmlStream to OMElementstatic DataRetrievalUtil
-
Constructor Details
-
DataRetrievalUtil
public DataRetrievalUtil()
-
-
Method Details
-
getInstance
-
buildOM
public org.apache.axiom.om.OMElement buildOM(ClassLoader classLoader, String file) throws DataRetrievalException Loading xml file content and convert to OMElement.- Parameters:
file- - file path relative to the Service Repository- Returns:
- OMElement format of the xml file content
- Throws:
DataRetrievalException
-
convertToOMElement
public static org.apache.axiom.om.OMElement convertToOMElement(InputStream servicexmlStream) throws XMLStreamException, org.apache.axiom.om.OMException Convert servicexmlStream to OMElement- Parameters:
servicexmlStream- InputStream contain xml content- Returns:
- OMElement format of the xml content
- Throws:
XMLStreamExceptionorg.apache.axiom.om.OMException
-