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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestXmlrpcClient
SampXmlrpcClient implementation for testing success or failure of
XML-RPC method invocations.
|
Constructor and Description |
---|
WebHubConnection(SampXmlRpcClient xClient,
java.util.Map securityMap)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private SampXmlRpcClient |
XmlRpcHubConnection.xClient_ |
private SampXmlRpcClient |
XmlRpcCallableClient.xClient_ |
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
SampXmlRpcClientFactory.createClient(java.net.URL endpoint)
Returns an XML-RPC client implementation.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheClient
SampXmlRpcClient implementation based on Apache XMLRPC classes.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
ApacheClientFactory.createClient(java.net.URL endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
InternalClient
XML-RPC client implementation suitable for use with SAMP.
|
class |
RpcLoggingInternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
class |
XmlLoggingInternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
XmlLoggingInternalClientFactory.createClient(java.net.URL endpoint) |
SampXmlRpcClient |
InternalClientFactory.createClient(java.net.URL endpoint) |
SampXmlRpcClient |
RpcLoggingInternalClientFactory.createClient(java.net.URL endpoint) |