|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractExtensionPoint net.sourceforge.blogentis.xmlrpc.impl.XmlRpcExtensionPoint
The actual implementation of the XML-RPC extension point.
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 |
public XmlRpcExtensionPoint(IPlugin plugin)
Method Detail |
public java.lang.String getName()
IExtensionPoint
getName
in interface IExtensionPoint
public java.lang.Class getExtensionClass()
IExtensionPoint
getExtensionClass
in interface IExtensionPoint
public void setupServer(org.apache.xmlrpc.XmlRpcServer server)
setupServer
in interface IRPCExtensionPoint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |