Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcServerFactory
Packages that use SampXmlRpcServerFactory
Package
Description
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
Implementation of pluggable XML-RPC layer using Apache XML-RPC.
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
-
Uses of SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcServerFactoryModifier and TypeMethodDescriptionabstract SampXmlRpcServerFactory
XmlRpcKit.getServerFactory()
Returns an XML-RPC server factory.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcServerFactoryModifierConstructorDescriptionHubRunner
(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. -
Uses of SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcServerFactoryModifier and TypeClassDescriptionclass
SampXmlRpcServerFactory implementation which uses Apache classes. -
Uses of SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcServerFactoryModifier and TypeClassDescriptionclass
Freestanding SampXmlRpcServerFactory implementation.class
Freestanding ServerFactory implementation which logs all XML-RPC calls/responses to standard output.class
Freestanding ServerFactory implementation which logs all incoming and outgoing HTTP data.