net.sourceforge.blogentis.xmlrpc.impl
Class XmlRpcPlugin

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractPlugin
      extended bynet.sourceforge.blogentis.xmlrpc.impl.XmlRpcPlugin
All Implemented Interfaces:
IPlugin

public class XmlRpcPlugin
extends AbstractPlugin

This plugin provides

  1. an extension point for extending XML-RPC calls
  2. an extension that implements most of the XML-RPC vocabularies for Blogger, MetaWeblog, MovableType

Author:
abas

Constructor Summary
XmlRpcPlugin()
           
 
Method Summary
 java.lang.String getDescription()
          Get a medium-sized description of the plugin and what its effects are.
 java.lang.String getName()
          Get the name of the plugin.
 void startPlugin()
          Start the plugin and cause it to register to all extension points that are not blog-specific.
 void stopPlugin()
          Clean up any plugin data, as the system is shutting down.
 
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractPlugin
doAddToBlog, doRemoveFromBlog, registerInBlog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcPlugin

public XmlRpcPlugin()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IPlugin
Get the name of the plugin.

Returns:
the name of the plugin.

getDescription

public java.lang.String getDescription()
Description copied from interface: IPlugin
Get a medium-sized description of the plugin and what its effects are. You may use HTML in this descrpition.

Returns:

startPlugin

public void startPlugin()
Description copied from interface: IPlugin
Start the plugin and cause it to register to all extension points that are not blog-specific.

Specified by:
startPlugin in interface IPlugin
Overrides:
startPlugin in class AbstractPlugin

stopPlugin

public void stopPlugin()
Description copied from interface: IPlugin
Clean up any plugin data, as the system is shutting down. This method is named in symmetry to startPlugin().

Specified by:
stopPlugin in interface IPlugin
Overrides:
stopPlugin in class AbstractPlugin


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