argos.bangbang.xmlrpc
Class XmlRpc

java.lang.Object
  extended by argos.bangbang.xmlrpc.XmlRpc
All Implemented Interfaces:
org.apache.xmlrpc.XmlRpcHandler

public class XmlRpc
extends Object
implements org.apache.xmlrpc.XmlRpcHandler

Created on 03.aug.2006

Author:
Dan Peder Eriksen

Field Summary
 ServiceMetaInfo meta
           
 
Constructor Summary
XmlRpc()
           
 
Method Summary
 void addComponent(ComponentMetaInfo componentMeta)
           
 Object execute(org.apache.xmlrpc.XmlRpcRequest request)
           
 void handler(Notification not)
           
 void init()
           
 void removeComponent(ComponentMetaInfo componentMeta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meta

public ServiceMetaInfo meta
Constructor Detail

XmlRpc

public XmlRpc()
Method Detail

init

public void init()
          throws Exception
Throws:
Exception

addComponent

public void addComponent(ComponentMetaInfo componentMeta)

removeComponent

public void removeComponent(ComponentMetaInfo componentMeta)

execute

public Object execute(org.apache.xmlrpc.XmlRpcRequest request)
               throws org.apache.xmlrpc.XmlRpcException
Specified by:
execute in interface org.apache.xmlrpc.XmlRpcHandler
Throws:
org.apache.xmlrpc.XmlRpcException

handler

public void handler(Notification not)


Copyright © 2004-2007 University of Troms?. All Rights Reserved.