Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcClient
-
Packages that use SampXmlRpcClient Package Description org.astrogrid.samp.test Classes for testing.org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer.org.astrogrid.samp.xmlrpc.apache Implementation of pluggable XML-RPC layer using Apache XML-RPC.org.astrogrid.samp.xmlrpc.internal Implementation of pluggable XML-RPC layer which requires no external dependencies. -
-
Uses of SampXmlRpcClient in org.astrogrid.samp.test
Classes in org.astrogrid.samp.test that implement SampXmlRpcClient Modifier and Type Class Description (package private) classTestXmlrpcClientSampXmlrpcClient implementation for testing success or failure of XML-RPC method invocations. -
Uses of SampXmlRpcClient in org.astrogrid.samp.web
Constructors in org.astrogrid.samp.web with parameters of type SampXmlRpcClient Constructor Description WebHubConnection(SampXmlRpcClient xClient, java.util.Map securityMap)Constructor. -
Uses of SampXmlRpcClient in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as SampXmlRpcClient Modifier and Type Field Description private SampXmlRpcClientXmlRpcCallableClient. xClient_private SampXmlRpcClientXmlRpcHubConnection. xClient_Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcClient Modifier and Type Method Description SampXmlRpcClientSampXmlRpcClientFactory. createClient(java.net.URL endpoint)Returns an XML-RPC client implementation.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcClient Constructor Description StandardHubConnection(SampXmlRpcClient xClient, SampXmlRpcServerFactory serverFactory, java.lang.String secret)Constructor.XmlRpcCallableClient(SampXmlRpcClient xClient, java.lang.String privateKey)Constructor.XmlRpcHubConnection(SampXmlRpcClient xClient, java.lang.String prefix, java.util.List registerArgs)Constructor. -
Uses of SampXmlRpcClient in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcClient Modifier and Type Class Description classApacheClientSampXmlRpcClient implementation based on Apache XMLRPC classes.Methods in org.astrogrid.samp.xmlrpc.apache that return SampXmlRpcClient Modifier and Type Method Description SampXmlRpcClientApacheClientFactory. createClient(java.net.URL endpoint) -
Uses of SampXmlRpcClient in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcClient Modifier and Type Class Description classInternalClientXML-RPC client implementation suitable for use with SAMP.classRpcLoggingInternalClientInternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.classXmlLoggingInternalClientInternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.Methods in org.astrogrid.samp.xmlrpc.internal that return SampXmlRpcClient Modifier and Type Method Description SampXmlRpcClientInternalClientFactory. createClient(java.net.URL endpoint)SampXmlRpcClientRpcLoggingInternalClientFactory. createClient(java.net.URL endpoint)SampXmlRpcClientXmlLoggingInternalClientFactory. createClient(java.net.URL endpoint)
-