org.apache.xmlrpc.client

Class XmlRpcLocalStreamTransportFactory

public class XmlRpcLocalStreamTransportFactory extends XmlRpcStreamTransportFactory

Another local transport factory for debugging and testing. This one is similar to the XmlRpcLocalTransportFactory, except that it adds request serialization. In other words, it is particularly well suited for development and testing of XML serialization and parsing.
Constructor Summary
XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer)
Creates a new instance.
Method Summary
XmlRpcTransportgetTransport()

Constructor Detail

XmlRpcLocalStreamTransportFactory

public XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer)
Creates a new instance.

Parameters: pClient The client controlling the factory. pServer An instance of XmlRpcStreamRequestProcessor.

Method Detail

getTransport

public XmlRpcTransport getTransport()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.