public interface SampXmlRpcClientFactory
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
createClient(java.net.URL endpoint)
Returns an XML-RPC client implementation.
|
SampXmlRpcClient createClient(java.net.URL endpoint) throws java.io.IOException
endpoint
- XML-RPC server endpointjava.io.IOException