Atom protocol implementation of the BlogClient library.
To use the Atom implementation of the Blog Client library, just specify
"atom" 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);
Each Atom workspace found on the server will be represented as a {@link com.sun.syndication.propono.blogclient.Blog}
and each Atom collection as a {@link com.sun.syndication.propono.blogclient.Blog.Collection}