Class XmlLoggingInternalClient

java.lang.Object
org.astrogrid.samp.xmlrpc.internal.InternalClient
org.astrogrid.samp.xmlrpc.internal.XmlLoggingInternalClient
All Implemented Interfaces:
SampXmlRpcClient

public class XmlLoggingInternalClient extends InternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.
Since:
2 Dec 2008
Author:
Mark Taylor
  • Constructor Details

    • XmlLoggingInternalClient

      public XmlLoggingInternalClient(URL endpoint, PrintStream out)
      Constructor.
      Parameters:
      endpoint - endpoint
      out - output stream for logging
  • Method Details