net.sourceforge.blogentis.xmlrpc.impl
Class XmlRpcExtension

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractExtension
      extended bynet.sourceforge.blogentis.xmlrpc.impl.XmlRpcExtension
All Implemented Interfaces:
IExtension, IRPCExtension

public class XmlRpcExtension
extends AbstractExtension
implements IRPCExtension

Author:
abas

Constructor Summary
protected XmlRpcExtension(IPlugin plugin)
           
 
Method Summary
 java.lang.String getName()
          Get the name of this extension.
 void setupRPC(org.apache.xmlrpc.XmlRpcServer rpc)
          This method will add any handlers to the RPC object that this extension/plugin accepts.
 
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractExtension
getPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtension
getPlugin
 

Constructor Detail

XmlRpcExtension

protected XmlRpcExtension(IPlugin plugin)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IExtension
Get the name of this extension. It should include a short description of the functionality.

Specified by:
getName in interface IExtension
Returns:
the name of this extension

setupRPC

public void setupRPC(org.apache.xmlrpc.XmlRpcServer rpc)
Description copied from interface: IRPCExtension
This method will add any handlers to the RPC object that this extension/plugin accepts. THese handlers are global, for all blogs. it is recommended to also have a per-blog configuration page that will configure the extension on a per-blog basis.

Specified by:
setupRPC in interface IRPCExtension
Parameters:
rpc -


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.