|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.dataretrieval.DataRetrievalUtil
public class DataRetrievalUtil
Constructor Summary | |
---|---|
DataRetrievalUtil()
|
Method Summary | |
---|---|
org.apache.axiom.om.OMElement |
buildOM(java.lang.ClassLoader classLoader,
java.lang.String file)
Loading xml file content and convert to OMElement. |
static org.apache.axiom.om.OMElement |
convertToOMElement(java.io.InputStream servicexmlStream)
Convert servicexmlStream to OMElement |
static DataRetrievalUtil |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataRetrievalUtil()
Method Detail |
---|
public static DataRetrievalUtil getInstance()
public org.apache.axiom.om.OMElement buildOM(java.lang.ClassLoader classLoader, java.lang.String file) throws DataRetrievalException
file
- - file path relative to the Service Repository
DataRetrievalException
public static org.apache.axiom.om.OMElement convertToOMElement(java.io.InputStream servicexmlStream) throws XMLStreamException, org.apache.axiom.om.OMException
servicexmlStream
- InputStream contain xml content
XMLStreamException
org.apache.axiom.om.OMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |