Package org.apache.xmlrpc.client
Class XmlRpcStreamTransportFactory
- java.lang.Object
-
- org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
-
- 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
Constructors Modifier Constructor Description 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)
-
-