org.apache.xmlrpc.client
Class XmlRpcHttpTransport.ByteArrayReqWriter
java.lang.Object
org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- All Implemented Interfaces:
- XmlRpcStreamTransport.ReqWriter
- Enclosing class:
- XmlRpcHttpTransport
protected class XmlRpcHttpTransport.ByteArrayReqWriter
- extends Object
- implements XmlRpcStreamTransport.ReqWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContentLength
protected int getContentLength()
write
public void write(OutputStream pStream)
throws IOException
- 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:
IOException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.