Interface XmlWriterFactory

    • Method Detail

      • getXmlWriter

        org.xml.sax.ContentHandler getXmlWriter​(XmlRpcStreamConfig pConfig,
                                                java.io.OutputStream pStream)
                                         throws XmlRpcException
        Creates a new instance of ContentHandler, writing to the given OutputStream.
        Parameters:
        pStream - The destination stream.
        pConfig - The request or response configuration.
        Returns:
        A SAX handler, typically an instance of XMLWriter.
        Throws:
        XmlRpcException - Creating the handler failed.