org.opennms.netmgt.xmlrpcd
Class TimeoutSecureXmlRpcTransportFactory
java.lang.Object
org.apache.xmlrpc.DefaultXmlRpcTransportFactory
org.opennms.netmgt.xmlrpcd.TimeoutSecureXmlRpcTransportFactory
- All Implemented Interfaces:
- org.apache.xmlrpc.XmlRpcTransportFactory
public class TimeoutSecureXmlRpcTransportFactory
- extends org.apache.xmlrpc.DefaultXmlRpcTransportFactory
Derived from DefaultXmlRpcTransportFactory.
|
Field Summary |
protected int |
timeout
|
| Fields inherited from class org.apache.xmlrpc.DefaultXmlRpcTransportFactory |
auth, DEFAULT_HTTPS_PROVIDER, httpsTransportFactory, url |
| Fields inherited from interface org.apache.xmlrpc.XmlRpcTransportFactory |
CONSTRUCTOR_SIGNATURE, CONSTRUCTOR_SIGNATURE_STRING, TRANSPORT_AUTH, TRANSPORT_URL |
| Methods inherited from class org.apache.xmlrpc.DefaultXmlRpcTransportFactory |
createTransportFactory, setBasicAuthentication, setHTTPSTransport, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeout
protected int timeout
TimeoutSecureXmlRpcTransportFactory
public TimeoutSecureXmlRpcTransportFactory(URL url,
int timeout)
TimeoutSecureXmlRpcTransportFactory
public TimeoutSecureXmlRpcTransportFactory(URL url,
String auth,
int timeout)
- Deprecated. use setBasicAuthentication method instead
- Contructor taking a Base64 encoded Basic Authentication string.
createTransport
public org.apache.xmlrpc.XmlRpcTransport createTransport()
throws org.apache.xmlrpc.XmlRpcClientException
- Specified by:
createTransport in interface org.apache.xmlrpc.XmlRpcTransportFactory- Overrides:
createTransport in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
- Throws:
org.apache.xmlrpc.XmlRpcClientException
Copyright © 2009. All Rights Reserved.