Interface SampXmlRpcClientFactory

    • Method Detail

      • createClient

        SampXmlRpcClient createClient​(java.net.URL endpoint)
                               throws java.io.IOException
        Returns an XML-RPC client implementation.
        Parameters:
        endpoint - XML-RPC server endpoint
        Returns:
        client which can communicate with the given endpoint
        Throws:
        java.io.IOException