Uses of Interface
org.apache.xmlrpc.client.XmlRpcTransport
Packages that use XmlRpcTransport
-
Uses of XmlRpcTransport in org.apache.xmlrpc.client
Classes in org.apache.xmlrpc.client that implement XmlRpcTransportModifier and TypeClassDescriptionclass
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.class
Abstract base implementation of an HTTP transport.class
A "light" HTTP transport implementation for Java 1.4.class
A "light" HTTP transport implementation.class
Another local transport for debugging and testing.class
The default implementation of a local transport.class
Implementation of a transport class, which is based on an output stream for sending the request and an input stream for receiving the response,class
Default implementation of an HTTP transport in Java 1.4, based on theHttpURLConnection
class.class
Default implementation of an HTTP transport in Java 1.4, based on theHttpURLConnection
class.class
Default implementation of an HTTP transport, based on theHttpURLConnection
class.class
Abstract base implementation of anXmlRpcTransport
.Fields in org.apache.xmlrpc.client declared as XmlRpcTransportModifier and TypeFieldDescriptionprivate final XmlRpcTransport
XmlRpcLocalTransportFactory.LOCAL_TRANSPORT
Methods in org.apache.xmlrpc.client that return XmlRpcTransportModifier and TypeMethodDescriptionXmlRpcCommonsTransportFactory.getTransport()
XmlRpcLite14HttpTransportFactory.getTransport()
XmlRpcLiteHttpTransportFactory.getTransport()
XmlRpcLocalStreamTransportFactory.getTransport()
XmlRpcLocalTransportFactory.getTransport()
XmlRpcSun14HttpTransportFactory.getTransport()
XmlRpcSun15HttpTransportFactory.getTransport()
XmlRpcSunHttpTransportFactory.getTransport()
XmlRpcTransportFactory.getTransport()
Returns an instance ofXmlRpcTransport
.