net.sourceforge.blogentis.xmlrpc
Interface IRPCExtensionPoint
- All Superinterfaces:
- IExtensionPoint
- All Known Implementing Classes:
- XmlRpcExtensionPoint
- public interface IRPCExtensionPoint
- extends IExtensionPoint
This extension point manages the XML-RPC entry points. each extension here
should add one or more entry points. This is a global entry point, plugins
that extend this may want to add some configurations options to control their
functionality on a per-blog basis.
- Author:
- abas
Method Summary |
void |
setupServer(org.apache.xmlrpc.XmlRpcServer server)
|
setupServer
public void setupServer(org.apache.xmlrpc.XmlRpcServer server)
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.