|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractExtension net.sourceforge.blogentis.xmlrpc.impl.XmlRpcExtension
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 |
protected XmlRpcExtension(IPlugin plugin)
Method Detail |
public java.lang.String getName()
IExtension
getName
in interface IExtension
public void setupRPC(org.apache.xmlrpc.XmlRpcServer rpc)
IRPCExtension
setupRPC
in interface IRPCExtension
rpc
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |