Class ResultFactory


  • public abstract class ResultFactory
    extends java.lang.Object
    Factory for producing XmlSerializers for various Result types.
    Author:
    Ryan.Shoemaker@Sun.COM
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XmlSerializer createSerializer​(javax.xml.transform.Result result)
      Factory method for producing XmlSerializer from Result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createSerializer

        public static XmlSerializer createSerializer​(javax.xml.transform.Result result)
        Factory method for producing XmlSerializer from Result. This method supports SAXResult, StreamResult, and DOMResult.
        Parameters:
        result - the Result that will receive output from the XmlSerializer
        Returns:
        an implementation of XmlSerializer that will produce output on the supplied Result