Package | Description |
---|---|
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 | Field and Description |
---|---|
private SampXmlRpcServerFactory |
XmlRpcKit.AvailableKit.serverFactory_ |
private SampXmlRpcServerFactory |
StandardHubConnection.serverFactory_ |
private SampXmlRpcServerFactory |
HubRunner.xServerFactory_
Deprecated.
|
private SampXmlRpcServerFactory |
StandardHubProfile.xServerFactory_ |
private SampXmlRpcServerFactory |
StandardClientProfile.xServerFactory_ |
Modifier and Type | Method and Description |
---|---|
abstract SampXmlRpcServerFactory |
XmlRpcKit.getServerFactory()
Returns an XML-RPC server factory.
|
SampXmlRpcServerFactory |
XmlRpcKit.AvailableKit.getServerFactory() |
SampXmlRpcServerFactory |
XmlRpcKit.UnavailableKit.getServerFactory() |
Modifier and Type | Method and Description |
---|---|
static CallableClientServer |
CallableClientServer.getInstance(SampXmlRpcServerFactory serverFact)
Returns an instance of CallableClientServer for use with a given
XML-RPC server.
|
Constructor and Description |
---|
AvailableKit(java.lang.String name,
SampXmlRpcClientFactory clientFactory,
SampXmlRpcServerFactory serverFactory)
Constructor.
|
HubRunner(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory,
HubService hub,
java.io.File lockfile)
Deprecated.
Constructor.
|
StandardClientProfile(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory)
Constructs a profile given client and server factory implementations.
|
StandardHubConnection(SampXmlRpcClient xClient,
SampXmlRpcServerFactory serverFactory,
java.lang.String secret)
Constructor.
|
StandardHubProfile(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory,
java.io.File lockfile,
java.lang.String secret)
Constructs a hub profile with given configuration information.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheServerFactory
SampXmlRpcServerFactory implementation which uses Apache classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalServerFactory
Freestanding SampXmlRpcServerFactory implementation.
|
class |
RpcLoggingInternalServerFactory
Freestanding ServerFactory implementation which logs all XML-RPC
calls/responses to standard output.
|
class |
XmlLoggingInternalServerFactory
Freestanding ServerFactory implementation which logs all incoming
and outgoing HTTP data.
|