Class XmlLoggingInternalClientFactory

  • All Implemented Interfaces:
    SampXmlRpcClientFactory

    public class XmlLoggingInternalClientFactory
    extends java.lang.Object
    implements SampXmlRpcClientFactory
    Freestanding ClientFactory implementation which logs all incoming and outgoing HTTP data.
    Since:
    2 Dec 2008
    Author:
    Mark Taylor
    • Constructor Detail

      • XmlLoggingInternalClientFactory

        public XmlLoggingInternalClientFactory()
    • 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