Class XmlLoggingInternalClientFactory
java.lang.Object
org.astrogrid.samp.xmlrpc.internal.XmlLoggingInternalClientFactory
- All Implemented Interfaces:
SampXmlRpcClientFactory
Freestanding ClientFactory implementation which logs all incoming
and outgoing HTTP data.
- Since:
- 2 Dec 2008
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(URL endpoint) Returns an XML-RPC client implementation.
-
Constructor Details
-
XmlLoggingInternalClientFactory
public XmlLoggingInternalClientFactory()
-
-
Method Details
-
createClient
Description copied from interface:SampXmlRpcClientFactory
Returns an XML-RPC client implementation.- Specified by:
createClient
in interfaceSampXmlRpcClientFactory
- Parameters:
endpoint
- XML-RPC server endpoint- Returns:
- client which can communicate with the given endpoint
- Throws:
IOException
-