net.sourceforge.blogentis.xmlrpc.impl
Class XmlRpcExtensionPoint

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractExtensionPoint
      extended bynet.sourceforge.blogentis.xmlrpc.impl.XmlRpcExtensionPoint
All Implemented Interfaces:
IExtensionPoint, IRPCExtensionPoint

public class XmlRpcExtensionPoint
extends AbstractExtensionPoint
implements IRPCExtensionPoint

The actual implementation of the XML-RPC extension point.

Author:
abas

Field Summary
 
Fields inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint
extensions, plugin
 
Constructor Summary
XmlRpcExtensionPoint(IPlugin plugin)
           
 
Method Summary
 java.lang.Class getExtensionClass()
          Get the class or interface that extensions for this extension point have to implement.
 java.lang.String getName()
          Get the user-visible name of this extension point.
 void setupServer(org.apache.xmlrpc.XmlRpcServer server)
           
 
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint
addExtension, getExtensions, getPlugin, removeExtension, removeExtensions
 
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.IExtensionPoint
addExtension, getExtensions, getPlugin, removeExtension, removeExtensions
 

Constructor Detail

XmlRpcExtensionPoint

public XmlRpcExtensionPoint(IPlugin plugin)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IExtensionPoint
Get the user-visible name of this extension point.

Specified by:
getName in interface IExtensionPoint
Returns:
the name of this extension point.

getExtensionClass

public java.lang.Class getExtensionClass()
Description copied from interface: IExtensionPoint
Get the class or interface that extensions for this extension point have to implement.

Specified by:
getExtensionClass in interface IExtensionPoint
Returns:
this extension points' appropriate base class or inteface.

setupServer

public void setupServer(org.apache.xmlrpc.XmlRpcServer server)
Specified by:
setupServer in interface IRPCExtensionPoint


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