net.sourceforge.cruisecontrol.publishers
Class WeblogPublisher.MetaWeblogApiClient

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.publishers.WeblogPublisher.MetaWeblogApiClient
All Implemented Interfaces:
java.io.Serializable, net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
Enclosing class:
WeblogPublisher

public static class WeblogPublisher.MetaWeblogApiClient
extends java.lang.Object
implements net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi

A BloggingApi implementation for the MetaWeblogAPI.

Author:
Lasse Koskela
See Also:
Serialized Form

Constructor Summary
WeblogPublisher.MetaWeblogApiClient()
           
 
Method Summary
 java.lang.Object newPost(java.lang.String blogUrl, java.lang.String blogId, java.lang.String username, java.lang.String password, java.lang.String category, java.lang.String subject, java.lang.String content)
          Post a new blog entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogPublisher.MetaWeblogApiClient

public WeblogPublisher.MetaWeblogApiClient()
Method Detail

newPost

public java.lang.Object newPost(java.lang.String blogUrl,
                                java.lang.String blogId,
                                java.lang.String username,
                                java.lang.String password,
                                java.lang.String category,
                                java.lang.String subject,
                                java.lang.String content)
Description copied from interface: net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
Post a new blog entry.

Specified by:
newPost in interface net.sourceforge.cruisecontrol.publishers.WeblogPublisher.BloggingApi
Parameters:
subject - The blog entry's subject.
content - The blog entry's content.
Returns:
The newly created blog entry's identifier.