|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cutunes.server.ServerCommunicator
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.
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 |
public ServerCommunicator()
Method Detail |
public static void main(java.lang.String[] args)
args
- No command line args are required
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |