Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-46

XMLUtils is dependent on axis XMLUtils api.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • CXF
    • None

    Description

      Write custom org.apache.juddi.util.xml.XMLUtils

      =======================================================
      /**

      • Write XML data to an OutputStream
        *
      • @param element XML Element to write
      • @param stream OutputStream to write to
        */
        public static void writeXML(Element element,OutputStream stream) { org.apache.axis.utils.XMLUtils.ElementToStream(element,stream); }

      /**

      • Write XML data to a Writer
        *
      • @param element XML Element to write
      • @param writer Writer to write to
        */
        public static void writeXML(Element element,Writer writer) { org.apache.axis.utils.XMLUtils.ElementToWriter(element,writer); }

        ======================================================================

      Let juddi XMLUtils implement methods with no dependence on other libraries.

      Attachments

        Activity

          People

            sviens Stephen Viens
            anil Anil Saldhana
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: