Package com.google.api.client.http.xml.atom

Atom XML HTTP library based on the pluggable HTTP library.

See:
          Description

Class Summary
AtomContent Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
AtomFeedContent Deprecated. (scheduled to be removed in 1.6) Use AtomContent.forFeed(com.google.api.client.xml.XmlNamespaceDictionary, java.lang.Object)
AtomFeedParser<T,E> Atom feed pull parser when the Atom entry class is known in advance.
AtomParser Atom XML HTTP parser into an data class of key/value pairs.
 

Package com.google.api.client.http.xml.atom Description

Atom XML HTTP library based on the pluggable HTTP library.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.4
Author:
Yaniv Inbar


Copyright © 2011 Google. All Rights Reserved.