Uses of Interface org.apache.xmlrpc.XmlRpcTransportFactory

Uses in package org.apache.xmlrpc

Classes implementing org.apache.xmlrpc.XmlRpcTransportFactory

class
A transport factory, which uses the Jakarta Commons HttpClient.
class
Default XML-RPC transport factory, produces HTTP, HTTPS with SSL or TLS based on URI protocol.

Constructors with parameter type org.apache.xmlrpc.XmlRpcTransportFactory

XmlRpcClient.XmlRpcClient(URL url, XmlRpcTransportFactory transportFactory)
Construct a XML-RPC client with this URL and a specified transport factory.

Fields of type org.apache.xmlrpc.XmlRpcTransportFactory

XmlRpcTransportFactory
XmlRpcTransportFactory

Methods with return type org.apache.xmlrpc.XmlRpcTransportFactory

XmlRpcTransportFactory
DefaultXmlRpcTransportFactory.createTransportFactory(String transport, Properties properties)

Uses in package org.apache.xmlrpc.secure.sunssl

Classes implementing org.apache.xmlrpc.XmlRpcTransportFactory

class
Interface from XML-RPC to the HTTPS transport based on the

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.