/* Set up handler for XML-RPC. */
xClientFactory_ = new InternalClientFactory();
final SampXmlRpcServer xServer =
new InternalServer(httpServer_, "/xmlrpc");
xServerFactory_ = new SampXmlRpcServerFactory() {
public SampXmlRpcServer getServer() {
checkStarted();
return xServer;
}
};