Package | Description |
---|---|
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.
|
Constructor and Description |
---|
WebClientProfile(Map securityMap,
SampXmlRpcClientFactory xClientFactory,
URL hubEndpoint)
Constructor with configuration options.
|
Modifier and Type | Method and Description |
---|---|
abstract SampXmlRpcClientFactory |
XmlRpcKit.getClientFactory()
Returns an XML-RPC client factory.
|
Constructor and Description |
---|
HubRunner(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory,
HubService hub,
File lockfile)
Deprecated.
Constructor.
|
StandardClientProfile(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory)
Constructs a profile given client and server factory implementations.
|
StandardHubProfile(SampXmlRpcClientFactory xClientFactory,
SampXmlRpcServerFactory xServerFactory,
File lockfile,
String secret)
Constructs a hub profile with given configuration information.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheClientFactory
SampXmlRpcClientFactory implementation based on Apache XMLRPC classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalClientFactory
Freestanding SampXmlRpcClientFactory implementation.
|
class |
RpcLoggingInternalClientFactory
Freestanding ClientFactory implementation which logs all XML-RPC
calls/responses to standard output.
|
class |
XmlLoggingInternalClientFactory
Freestanding ClientFactory implementation which logs all incoming
and outgoing HTTP data.
|
Copyright © 2008–2024. All rights reserved.