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 java.lang.Object implements XmlRpcStreamTransport.ReqWriter
-
-
Field Summary
Fields Modifier and Type Field Description private XmlRpcRequestrequest
-
Constructor Summary
Constructors Modifier Constructor Description protectedReqWriterImpl(XmlRpcRequest pRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(java.io.OutputStream pStream)Writes the requests uncompressed XML data to the given output stream.
-
-
-
Field Detail
-
request
private final XmlRpcRequest request
-
-
Constructor Detail
-
ReqWriterImpl
protected ReqWriterImpl(XmlRpcRequest pRequest)
-
-
Method Detail
-
write
public void write(java.io.OutputStream pStream) throws XmlRpcException, java.io.IOException, org.xml.sax.SAXExceptionWrites the requests uncompressed XML data to the given output stream. Ensures, that the output stream is being closed.- Specified by:
writein interfaceXmlRpcStreamTransport.ReqWriter- Throws:
XmlRpcExceptionjava.io.IOExceptionorg.xml.sax.SAXException
-
-