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

List of all members.

Public Member Functions

XmlRpcTransport getTransport ()
 XmlRpcLocalStreamTransportFactory (XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer)

Private Attributes

final XmlRpcStreamRequestProcessor server

Detailed Description

Another local transport factory for debugging and testing. This one is similar to the org.apache.xmlrpc.client.XmlRpcLocalTransportFactory, except that it adds request serialization. In other words, it is particularly well suited for development and testing of XML serialization and parsing.

Definition at line 30 of file XmlRpcLocalStreamTransportFactory.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pClientThe client controlling the factory.
pServerAn instance of XmlRpcStreamRequestProcessor.

Definition at line 37 of file XmlRpcLocalStreamTransportFactory.java.


Member Function Documentation

Returns an instance of XmlRpcTransport. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request.

Returns:
The configured transport.

Implements org.apache.xmlrpc.client.XmlRpcTransportFactory.

Definition at line 43 of file XmlRpcLocalStreamTransportFactory.java.


Member Data Documentation

Definition at line 31 of file XmlRpcLocalStreamTransportFactory.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