de.dfki.lt.hog.test
Class SampleXmlRpcApplication

java.lang.Object
  extended by de.dfki.lt.hog.Application
      extended by de.dfki.lt.hog.XmlRpcApplication
          extended by de.dfki.lt.hog.test.SampleXmlRpcApplication
All Implemented Interfaces:
XmlRpcClientInterface

public class SampleXmlRpcApplication
extends XmlRpcApplication

This class demonstrates how to connect create and connect to a MoCoManServer and how to use that server to invoke methods remotely via XML-RPC.


Field Summary
 
Fields inherited from class de.dfki.lt.hog.XmlRpcApplication
XMLRPC_HANDLER_METHOD, XMLRPC_HANDLER_NAME, XMLRPC_SERVER_PORT, XMLRPC_SERVER_URL
 
Fields inherited from class de.dfki.lt.hog.Application
applicationLog, DATABASE_URI, DATABASE_USER
 
Constructor Summary
SampleXmlRpcApplication(java.util.Properties sampleProps)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class de.dfki.lt.hog.XmlRpcApplication
getXmlRpcApplicationClient, getXmlRpcHandlerMethods, getXmlRpcHandlerName, getXmlRpcServerPort, getXmlRpcServerUrl, init, process, setXmlRpcApplicationClient, setXmlRpcServerPort, shutdown, start
 
Methods inherited from class de.dfki.lt.hog.Application
getConfig, getDatabaseUri, getDatabaseUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleXmlRpcApplication

public SampleXmlRpcApplication(java.util.Properties sampleProps)
Method Detail

main

public static void main(java.lang.String[] argv)