org.apache.roller.webservices.xmlrpc |
Roller implementation of Blogger and MetaWeblog APIs.
Blogger API spec can be found at http://plant.blogger.com/api/index.html
See also http://xmlrpc.free-conversant.com/docs/bloggerAPI
MetaWeblog API spec can be found at http://www.xmlrpc.com/metaWeblogApi
|
Java Source File Name | Type | Comment |
BaseAPIHandler.java | Class | Base API handler does user validation, provides exception types, etc. |
BloggerAPIHandler.java | Class | Roller XML-RPC Handler for the Blogger v1 API. |
MetaWeblogAPIHandler.java | Class | Roller XML-RPC Handler for the MetaWeblog API. |
RollerXmlRpcServerTest.java | Class | Makes calls to the RollerXmlRpcServer, which should handle a
post just as it would with a real XML-RPC call. |
RollerXMLRPCServlet.java | Class | Roller's XML RPC Servlet sets up XmlRpcHandler for Blogger & MetaWeblog API. |