public final class GlueQueryParser extends Object
Constructor and Description |
---|
GlueQueryParser() |
Modifier and Type | Method and Description |
---|---|
static void |
makeXml(File queryXmlFile,
com.poscoict.glueframework.schema.QueryMap queryMap) |
static com.poscoict.glueframework.schema.QueryMap |
parseXml(File queryXmlFile) |
static com.poscoict.glueframework.schema.QueryMap |
parseXml(URL queryXmlUrl) |
public static com.poscoict.glueframework.schema.QueryMap parseXml(File queryXmlFile) throws JAXBException, SAXException, MalformedURLException
queryXmlFile
- Exception
JAXBException
SAXException
MalformedURLException
public static com.poscoict.glueframework.schema.QueryMap parseXml(URL queryXmlUrl) throws JAXBException, SAXException
queryXmlUrl
- Exception
JAXBException
SAXException
public static void makeXml(File queryXmlFile, com.poscoict.glueframework.schema.QueryMap queryMap) throws JAXBException
queryXmlFile
- queryMap
- JAXBException
Copyright © 2013–2021 POSCO ICT. All rights reserved.