Uses of Class
org.astrogrid.samp.xmlrpc.XmlRpcKit
-
Packages that use XmlRpcKit Package Description org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of XmlRpcKit in org.astrogrid.samp.xmlrpc
Subclasses of XmlRpcKit in org.astrogrid.samp.xmlrpc Modifier and Type Class Description private static classXmlRpcKit.AvailableKitXmlRpcKit implementation which is available.private static classXmlRpcKit.UnavailableKitXmlRpcKit implementation which always returns false from isAvailable and throws exceptions from getServer/Client factory methods.Fields in org.astrogrid.samp.xmlrpc declared as XmlRpcKit Modifier and Type Field Description static XmlRpcKitXmlRpcKit. APACHEImplementation based on Apache XML-RPC.private static XmlRpcKitXmlRpcKit. defaultInstance_static XmlRpcKitXmlRpcKit. INTERNALImplementation which requires no external libraries.static XmlRpcKit[]XmlRpcKit. KNOWN_IMPLSArray of available known implementations of this class.static XmlRpcKitXmlRpcKit. RPC_LOGGINGInternal implementation variant with verbose logging of RPC calls.static XmlRpcKitXmlRpcKit. XML_LOGGINGInternal implementation variant with verbose logging of XML I/O.Methods in org.astrogrid.samp.xmlrpc that return XmlRpcKit Modifier and Type Method Description private static XmlRpcKitXmlRpcKit. createApacheKit(java.lang.String name)Returns an available or unavailable XmlRpcKit based on Apache XML-RPC version 1.2.private static XmlRpcKitXmlRpcKit. createDefaultInstance()Constructs the default instance of this class based on system property and class availability.static XmlRpcKitXmlRpcKit. createReflectionKit(java.lang.String name, java.lang.String clientFactoryClassName, java.lang.String serverFactoryClassName)Returns a new XmlRpcKit given classnames for the client and server factory classes.static XmlRpcKitXmlRpcKit. getInstance()Returns the default instance of this class.static XmlRpcKitXmlRpcKit. getInstanceByName(java.lang.String name)Returns an XmlRpcKit instance given its name.Methods in org.astrogrid.samp.xmlrpc with parameters of type XmlRpcKit Modifier and Type Method Description static HubRunnerHubRunner. runHub(HubMode hubMode, XmlRpcKit xmlrpc)Deprecated.Static method which may be used to start a SAMP hub programmatically.static HubRunnerHubRunner. runHub(HubMode hubMode, XmlRpcKit xmlrpc, java.lang.String secret, java.io.File lockfile)Deprecated.Static method which may be used to start a SAMP hub programmatically, with a supplied samp.secret string.Constructors in org.astrogrid.samp.xmlrpc with parameters of type XmlRpcKit Constructor Description StandardClientProfile(XmlRpcKit xmlrpc)Constructs a profile given an XmlRpcKit object.
-