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 {@link com.sun.syndication.propono.blogclient.BlogConnection}. As shown below:
    
        BlogConnection con = BlogConnectionFactory.getBlogConnection(
                                 "atom", endpointURL, username, password);