Package org.apache.xmlrpc.client
Interface XmlRpcStreamTransport.ReqWriter
- All Known Implementing Classes:
XmlRpcHttpTransport.ByteArrayReqWriter
,XmlRpcStreamTransport.GzipReqWriter
,XmlRpcStreamTransport.ReqWriterImpl
- Enclosing class:
XmlRpcStreamTransport
protected static interface XmlRpcStreamTransport.ReqWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream pStream) Writes the requests data to the given output stream.
-
Method Details
-
write
Writes the requests data to the given output stream. The method ensures, that the target is being closed.- Throws:
XmlRpcException
IOException
SAXException
-