net.sourceforge.blogentis.xmlrpc
Interface IRPCExtension
- All Superinterfaces:
- IExtension
- All Known Implementing Classes:
- XmlRpcExtension
- public interface IRPCExtension
- extends IExtension
Extensions to the XML-RPC entry point will be declared by extensions
conforming to this interface.
- Author:
- abas
Method Summary |
void |
setupRPC(org.apache.xmlrpc.XmlRpcServer rpc)
This method will add any handlers to the RPC object that this
extension/plugin accepts. |
setupRPC
public void setupRPC(org.apache.xmlrpc.XmlRpcServer rpc)
- 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.
- Parameters:
rpc
-
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.