Package org.astrogrid.samp.xmlrpc
Interface SampXmlRpcClientFactory
-
- All Known Implementing Classes:
ApacheClientFactory
,InternalClientFactory
,RpcLoggingInternalClientFactory
,XmlLoggingInternalClientFactory
public interface SampXmlRpcClientFactory
Defines a factory which can create clients for communication with XML-RPC servers.- Since:
- 16 Sep 2008
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SampXmlRpcClient
createClient(java.net.URL endpoint)
Returns an XML-RPC client implementation.
-
-
-
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
-
-