Package org.apache.xmlrpc.client
Class XmlRpcStreamTransport.ReqWriterImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
- All Implemented Interfaces:
XmlRpcStreamTransport.ReqWriter
- Enclosing class:
XmlRpcStreamTransport
protected class XmlRpcStreamTransport.ReqWriterImpl
extends Object
implements XmlRpcStreamTransport.ReqWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream pStream) Writes the requests uncompressed XML data to the given output stream.
-
Field Details
-
request
-
-
Constructor Details
-
ReqWriterImpl
-
-
Method Details
-
write
Writes the requests uncompressed XML data to the given output stream. Ensures, that the output stream is being closed.- Specified by:
write
in interfaceXmlRpcStreamTransport.ReqWriter
- Throws:
XmlRpcException
IOException
SAXException
-