Package com.sun.syndication.propono.blogclient.metaweblog

MetaWeblog API implementation of the BlogClient library.

See:
          Description

Class Summary
MetaWeblogBlog Blog implementation that uses a mix of Blogger and MetaWeblog API methods.
MetaWeblogConnection BlogClient implementation that uses a mix of Blogger and MetaWeblog API methods.
MetaWeblogEntry MetaWeblog API implementation of an entry.
MetaWeblogResource MetaWeblog API implementation of an resource entry.
 

Package com.sun.syndication.propono.blogclient.metaweblog Description

MetaWeblog API implementation of the BlogClient library. To use the MetaWeblog API implementation of the Blog Client library, just specify "metaweblog" as the connection type when you create your BlogConnection. As shown below:

    
        BlogConnection con = BlogConnectionFactory.getBlogConnection(
                                 "atom", endpointURL, username, password);