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
Method Summary |
void |
write(OutputStream pStream)
Writes the requests data to the given output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcStreamTransport.GzipReqWriter
protected XmlRpcStreamTransport.GzipReqWriter(XmlRpcStreamTransport.ReqWriter pReqWriter)
write
public void write(OutputStream pStream)
throws XmlRpcException,
IOException,
SAXException
- Description copied from interface:
XmlRpcStreamTransport.ReqWriter
- Writes the requests data to the given output stream.
The method ensures, that the target is being closed.
- Specified by:
write
in interface XmlRpcStreamTransport.ReqWriter
- Throws:
XmlRpcException
IOException
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.