org.apache.xmlrpc.client
Class XmlRpcStreamTransportFactory

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
      extended by org.apache.xmlrpc.client.XmlRpcStreamTransportFactory
All Implemented Interfaces:
XmlRpcTransportFactory
Direct Known Subclasses:
XmlRpcLocalStreamTransportFactory

public abstract class XmlRpcStreamTransportFactory
extends XmlRpcTransportFactoryImpl

Abstract base implementation of a factory for stream transports.


Constructor Summary
protected XmlRpcStreamTransportFactory(XmlRpcClient pClient)
           
 
Method Summary
 
Methods inherited from class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
getClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xmlrpc.client.XmlRpcTransportFactory
getTransport
 

Constructor Detail

XmlRpcStreamTransportFactory

protected XmlRpcStreamTransportFactory(XmlRpcClient pClient)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.