org.media.datastore.xmlrpcserver
Class XmlRpcServer

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.media.datastore.xmlrpcserver.XmlRpcServer
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.activity.Startable

public class XmlRpcServer
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.activity.Startable

Version:
$Revision: 1.12 $ $Date: 2001/04/21 15:00:00
Author:
Antal Attila
See Also:
String, Configurable, Startable

Constructor Summary
XmlRpcServer()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcServer

public XmlRpcServer()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException

start

public void start()
           throws Exception
Specified by:
start in interface org.apache.avalon.framework.activity.Startable
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface org.apache.avalon.framework.activity.Startable
Exception


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."