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 voidwrite(java.io.OutputStream pStream)Writes the requests data to the given output stream.
-
-
-
Method Detail
-
write
void write(java.io.OutputStream pStream) throws XmlRpcException, java.io.IOException, org.xml.sax.SAXExceptionWrites the requests data to the given output stream. The method ensures, that the target is being closed.- Throws:
XmlRpcExceptionjava.io.IOExceptionorg.xml.sax.SAXException
-
-