public interface SampXmlRpcServerFactory
getServer() method.
 This means that the same server can be used for everything that requires
 an XML-RPC server, thus keeping resource usage down.
 Users of this class must keep this implementation model in mind,
 so must not assume that a new instance is returned each time.
 But if an implementation wants to return a new instance each time for
 some reason, that is permissible.| Modifier and Type | Method and Description | 
|---|---|
| SampXmlRpcServer | getServer()Returns an XML-RPC server implementation. | 
SampXmlRpcServer getServer() throws IOException
IOExceptionCopyright © 2008–2024. All rights reserved.