| Package | Description |
|---|---|
| org.apache.xmlrpc.client | |
| org.apache.xmlrpc.client.util |
| Modifier and Type | Method and Description |
|---|---|
XmlRpcClient |
XmlRpcTransportFactoryImpl.getClient()
Returns the client operating this factory.
|
XmlRpcClient |
XmlRpcTransportImpl.getClient()
Returns the client, which created this transport.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlRpcTransportFactory |
XmlRpcClientDefaults.newTransportFactory(XmlRpcClient pClient)
Creates a new transport factory for the given client.
|
| Constructor and Description |
|---|
XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcCommonsTransportFactory(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcHttpTransport(XmlRpcClient pClient,
String pUserAgent) |
XmlRpcLite14HttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcLite14HttpTransportFactory(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcLiteHttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcLiteHttpTransportFactory(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcLocalStreamTransport(XmlRpcClient pClient,
XmlRpcStreamRequestProcessor pServer)
Creates a new instance.
|
XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient,
XmlRpcStreamRequestProcessor pServer)
Creates a new instance.
|
XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcLocalTransportFactory(XmlRpcClient pClient)
Creates a new instance, operated by the given client.
|
XmlRpcStreamTransport(XmlRpcClient pClient)
Creates a new instance on behalf of the given client.
|
XmlRpcStreamTransportFactory(XmlRpcClient pClient) |
XmlRpcSun14HttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcSun14HttpTransportFactory(XmlRpcClient pClient)
Creates a new factory, which creates transports for the given client.
|
XmlRpcSun15HttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcSun15HttpTransportFactory(XmlRpcClient pClient)
Creates a new factory, which creates transports for the given client.
|
XmlRpcSunHttpTransport(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcSunHttpTransportFactory(XmlRpcClient pClient)
Creates a new factory, which creates transports for the given client.
|
XmlRpcTransportFactoryImpl(XmlRpcClient pClient)
Creates a new instance.
|
XmlRpcTransportImpl(XmlRpcClient pClient)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
XmlRpcClient |
ClientFactory.getClient()
Returns the factories client.
|
| Constructor and Description |
|---|
ClientFactory(XmlRpcClient pClient)
Creates a new instance.
|
ClientFactory(XmlRpcClient pClient,
TypeConverterFactory pTypeConverterFactory)
Creates a new instance.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.