Package org.apache.xmlrpc.client
Class XmlRpcStreamTransport.GzipReqWriter
- java.lang.Object
-
- org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
-
- All Implemented Interfaces:
XmlRpcStreamTransport.ReqWriter
- Enclosing class:
- XmlRpcStreamTransport
protected class XmlRpcStreamTransport.GzipReqWriter extends Object implements XmlRpcStreamTransport.ReqWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGzipReqWriter(XmlRpcStreamTransport.ReqWriter pReqWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(OutputStream pStream)Writes the requests data to the given output stream.
-
-
-
Constructor Detail
-
GzipReqWriter
protected GzipReqWriter(XmlRpcStreamTransport.ReqWriter pReqWriter)
-
-
Method Detail
-
write
public void write(OutputStream pStream) throws XmlRpcException, IOException, SAXException
Description copied from interface:XmlRpcStreamTransport.ReqWriterWrites the requests data to the given output stream. The method ensures, that the target is being closed.- Specified by:
writein interfaceXmlRpcStreamTransport.ReqWriter- Throws:
XmlRpcExceptionIOExceptionSAXException
-
-