Package | Description |
---|---|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Field and Description |
---|---|
static XmlRpcKit |
XmlRpcKit.APACHE
Implementation based on Apache XML-RPC.
|
static XmlRpcKit |
XmlRpcKit.INTERNAL
Implementation which requires no external libraries.
|
static XmlRpcKit[] |
XmlRpcKit.KNOWN_IMPLS
Array of available known implementations of this class.
|
static XmlRpcKit |
XmlRpcKit.RPC_LOGGING
Internal implementation variant with verbose logging of RPC calls.
|
static XmlRpcKit |
XmlRpcKit.XML_LOGGING
Internal implementation variant with verbose logging of XML I/O.
|
Modifier and Type | Method and Description |
---|---|
static XmlRpcKit |
XmlRpcKit.createReflectionKit(String name,
String clientFactoryClassName,
String serverFactoryClassName)
Returns a new XmlRpcKit given classnames for the client and server
factory classes.
|
static XmlRpcKit |
XmlRpcKit.getInstance()
Returns the default instance of this class.
|
static XmlRpcKit |
XmlRpcKit.getInstanceByName(String name)
Returns an XmlRpcKit instance given its name.
|
Modifier and Type | Method and Description |
---|---|
static HubRunner |
HubRunner.runHub(HubMode hubMode,
XmlRpcKit xmlrpc)
Deprecated.
Static method which may be used to start a SAMP hub programmatically.
|
static HubRunner |
HubRunner.runHub(HubMode hubMode,
XmlRpcKit xmlrpc,
String secret,
File lockfile)
Deprecated.
Static method which may be used to start a SAMP hub programmatically,
with a supplied samp.secret string.
|
Constructor and Description |
---|
StandardClientProfile(XmlRpcKit xmlrpc)
Constructs a profile given an XmlRpcKit object.
|
Copyright © 2008–2024. All rights reserved.