Class GlueQueryParser
java.lang.Object
com.poscoict.glueframework.schema.parser.GlueQueryParser
GlueQueryParser.java
- Since:
- 2013. 7. 3.
- Version:
- 1.0.0
- Author:
- 허 두녕
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GlueQueryParser
public GlueQueryParser()
-
-
Method Details
-
parseXml
public static com.poscoict.glueframework.schema.QueryMap parseXml(File queryXmlFile) throws JAXBException, SAXException, MalformedURLException - Parameters:
queryXmlFile
-- Returns:
- QueryMap
- Throws:
Exception
JAXBException
SAXException
MalformedURLException
-
parseXml
public static com.poscoict.glueframework.schema.QueryMap parseXml(URL queryXmlUrl) throws JAXBException, SAXException - Parameters:
queryXmlUrl
-- Returns:
- QueryMap
- Throws:
Exception
JAXBException
SAXException
-
makeXml
public static void makeXml(File queryXmlFile, com.poscoict.glueframework.schema.QueryMap queryMap) throws JAXBException - Parameters:
queryXmlFile
-queryMap
-- Throws:
JAXBException
-