Class SiriXml


  • public class SiriXml
    extends Object
    • Constructor Detail

      • SiriXml

        public SiriXml()
    • Method Detail

      • toXml

        public static String toXml​(Siri siri)
                            throws jakarta.xml.bind.JAXBException
        Throws:
        jakarta.xml.bind.JAXBException
      • toXml

        public static String toXml​(Siri siri,
                                   com.sun.xml.bind.marshaller.NamespacePrefixMapper customNamespacePrefixMapper)
                            throws jakarta.xml.bind.JAXBException
        Throws:
        jakarta.xml.bind.JAXBException
      • toXml

        public static void toXml​(Siri siri,
                                 com.sun.xml.bind.marshaller.NamespacePrefixMapper customNamespacePrefixMapper,
                                 OutputStream out)
                          throws jakarta.xml.bind.JAXBException,
                                 IOException
        Throws:
        jakarta.xml.bind.JAXBException
        IOException