Class GlueServiceParser

java.lang.Object
com.poscoict.glueframework.schema.parser.GlueServiceParser

public final class GlueServiceParser extends Object
GlueServiceParser.java
Since:
2013. 7. 3.
Version:
1.0.0
Author:
허 두녕
  • Constructor Details

    • GlueServiceParser

      public GlueServiceParser()
  • Method Details

    • parseXml

      public static com.poscoict.glueframework.schema.Service parseXml(URL serviceXmlUrl) throws jakarta.xml.bind.JAXBException, SAXException
      Parameters:
      serviceXmlUrl -
      Returns:
      Service
      Throws:
      jakarta.xml.bind.JAXBException
      SAXException
    • parseXml

      public static com.poscoict.glueframework.schema.Service parseXml(File serviceXmlFile) throws jakarta.xml.bind.JAXBException, SAXException, MalformedURLException
      Parameters:
      serviceXmlFile -
      Returns:
      Service
      Throws:
      Exception
      jakarta.xml.bind.JAXBException
      SAXException
      MalformedURLException
    • makeXml

      public static void makeXml(File serviceXmlFile, com.poscoict.glueframework.schema.Service service) throws jakarta.xml.bind.JAXBException
      Parameters:
      serviceXmlFile -
      service -
      Throws:
      jakarta.xml.bind.JAXBException
      IOException