public class TimeoutSecureXmlRpcTransportFactory
extends org.apache.xmlrpc.DefaultXmlRpcTransportFactory
| Modifier and Type | Field and Description |
|---|---|
protected int |
timeout |
| Constructor and Description |
|---|
TimeoutSecureXmlRpcTransportFactory(URL url,
int timeout)
Constructor for TimeoutSecureXmlRpcTransportFactory.
|
TimeoutSecureXmlRpcTransportFactory(URL url,
String auth,
int timeout)
Deprecated.
use setBasicAuthentication method instead
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlrpc.XmlRpcTransport |
createTransport()
createTransport
|
public TimeoutSecureXmlRpcTransportFactory(URL url, int timeout)
Constructor for TimeoutSecureXmlRpcTransportFactory.
url - a URL object.timeout - a int.public org.apache.xmlrpc.XmlRpcTransport createTransport()
throws org.apache.xmlrpc.XmlRpcClientException
createTransport
createTransport in interface org.apache.xmlrpc.XmlRpcTransportFactorycreateTransport in class org.apache.xmlrpc.DefaultXmlRpcTransportFactoryXmlRpcTransport object.org.apache.xmlrpc.XmlRpcClientException - if any.Copyright © 2015. All rights reserved.