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