Class ApacheClientFactory

  • All Implemented Interfaces:
    SampXmlRpcClientFactory

    public class ApacheClientFactory
    extends java.lang.Object
    implements SampXmlRpcClientFactory
    SampXmlRpcClientFactory implementation based on Apache XMLRPC classes.
    Since:
    16 Sep 2008
    Author:
    Mark Taylor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SampXmlRpcClient createClient​(java.net.URL endpoint)
      Returns an XML-RPC client implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApacheClientFactory

        public ApacheClientFactory()
    • Method Detail

      • createClient

        public SampXmlRpcClient createClient​(java.net.URL endpoint)
                                      throws java.io.IOException
        Description copied from interface: SampXmlRpcClientFactory
        Returns an XML-RPC client implementation.
        Specified by:
        createClient in interface SampXmlRpcClientFactory
        Parameters:
        endpoint - XML-RPC server endpoint
        Returns:
        client which can communicate with the given endpoint
        Throws:
        java.io.IOException