Uses of Class
com.google.api.client.http.xml.AbstractXmlHttpContent

Packages that use AbstractXmlHttpContent
com.google.api.client.http.xml XML HTTP library based on the pluggable HTTP library. 
com.google.api.client.http.xml.atom Atom XML HTTP library based on the pluggable HTTP library. 
 

Uses of AbstractXmlHttpContent in com.google.api.client.http.xml
 

Subclasses of AbstractXmlHttpContent in com.google.api.client.http.xml
 class XmlHttpContent
          Serializes XML HTTP content based on the data key/value mapping object for an item.
 

Uses of AbstractXmlHttpContent in com.google.api.client.http.xml.atom
 

Subclasses of AbstractXmlHttpContent in com.google.api.client.http.xml.atom
 class AtomContent
          Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
 class AtomFeedContent
          Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom feed.
 



Copyright © 2010-2011 Google. All Rights Reserved.