csli.dialog.app.calo.main.xmlrpc
Class XmlRpcService

java.lang.Object
  extended by csli.dialog.app.calo.main.xmlrpc.XmlRpcService
All Implemented Interfaces:
Service

public class XmlRpcService
extends Object
implements Service

A service which provides a XML-RPC server. Methods handled come from the XmlRpcInterface class.

Author:
mpurver

Field Summary
protected static org.apache.log4j.Logger logger
          This is the logger for this class only.
 
Constructor Summary
XmlRpcService()
           
 
Method Summary
 JPanel getGui()
          Get a Swing JPanel which provides a GUI to this service.
 String getTitle()
          Get the name of this service as it should appear in the GUI.
 boolean isServiceAlive()
          Is the service happy and alive?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger
This is the logger for this class only.

Constructor Detail

XmlRpcService

public XmlRpcService()
Method Detail

getGui

public JPanel getGui()
Description copied from interface: Service
Get a Swing JPanel which provides a GUI to this service.

Specified by:
getGui in interface Service

getTitle

public String getTitle()
Description copied from interface: Service
Get the name of this service as it should appear in the GUI.

Specified by:
getTitle in interface Service

isServiceAlive

public boolean isServiceAlive()
Description copied from interface: Service
Is the service happy and alive?

Specified by:
isServiceAlive in interface Service
Returns: