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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OutputStream pStream)
Writes the requests data to the given output stream.
-
-
-
Method Detail
-
write
void write(OutputStream pStream) throws XmlRpcException, IOException, SAXException
Writes the requests data to the given output stream. The method ensures, that the target is being closed.- Throws:
XmlRpcException
IOException
SAXException
-
-