|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AtomBlog | Atom protocol implementation of the BlogClient Blog interface. |
| AtomCollection | Atom protocol implementation of BlogClient Blog.Collection. |
| AtomConnection | Atom protocol of BlogConnection. |
| AtomEntry | Atom protocol implementation of BlogEntry. |
| AtomEntryIterator | Atom protocol implementation of BlogClient entry iterator. |
| AtomResource | Atom protocol implementation of BlogResource. |
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
BlogConnection.
As shown below:
BlogConnection con = BlogConnectionFactory.getBlogConnection(
"atom", endpointURL, username, password);
Each Atom workspace found on the server will be represented as a Blog
and each Atom collection as a Blog.Collection
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||