com.cutunes.server
Class ServerCommunicator

java.lang.Object
  extended bycom.cutunes.server.ServerCommunicator

public class ServerCommunicator
extends java.lang.Object

Simple ServerCommunicator class contains the base code to start the Apache XML-RPC server and adds the CUtunes RequestHandler. The RequestHandler receives all XML-RPC messages and executes them accordingly.

Author:
blake

Constructor Summary
ServerCommunicator()
          Constructor initializes an XML-RPC webserver running on port 54003 and adds the CUtunes RequestHandler to the server.
 
Method Summary
static void main(java.lang.String[] args)
          Simple main method starts the XML-RPC webserver.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCommunicator

public ServerCommunicator()
Constructor initializes an XML-RPC webserver running on port 54003 and adds the CUtunes RequestHandler to the server. Also instantiates an instance of the DatabaseController.

Method Detail

main

public static void main(java.lang.String[] args)
Simple main method starts the XML-RPC webserver.

Parameters:
args - No command line args are required