Public Member Functions | Protected Member Functions | Package Functions | Private Attributes
org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void write (OutputStream pStream) throws IOException

Protected Member Functions

int getContentLength ()

Package Functions

 ByteArrayReqWriter (XmlRpcRequest pRequest) throws XmlRpcException, IOException, SAXException

Private Attributes

final ByteArrayOutputStream baos = new ByteArrayOutputStream()

Detailed Description

Definition at line 41 of file XmlRpcHttpTransport.java.


Constructor & Destructor Documentation

Definition at line 43 of file XmlRpcHttpTransport.java.


Member Function Documentation

Definition at line 48 of file XmlRpcHttpTransport.java.

void org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter.write ( OutputStream  pStream) throws IOException [inline]

Writes the requests data to the given output stream. The method ensures, that the target is being closed.

Implements org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriter.

Definition at line 52 of file XmlRpcHttpTransport.java.


Member Data Documentation

final ByteArrayOutputStream org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter.baos = new ByteArrayOutputStream() [private]

Definition at line 42 of file XmlRpcHttpTransport.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50