Class XmlRpcStreamTransport.ReqWriterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.io.OutputStream pStream)
      Writes the requests uncompressed XML data to the given output stream.
      • Methods inherited from class java.lang.Object

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

      • ReqWriterImpl

        protected ReqWriterImpl​(XmlRpcRequest pRequest)
    • Method Detail

      • write

        public void write​(java.io.OutputStream pStream)
                   throws XmlRpcException,
                          java.io.IOException,
                          org.xml.sax.SAXException
        Writes the requests uncompressed XML data to the given output stream. Ensures, that the output stream is being closed.
        Specified by:
        write in interface XmlRpcStreamTransport.ReqWriter
        Throws:
        XmlRpcException
        java.io.IOException
        org.xml.sax.SAXException