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.
 

Methods in com.google.api.client.http.xml that return AbstractXmlHttpContent
 AbstractXmlHttpContent AbstractXmlHttpContent.setType(String type)
          Sets the content type or null for none.
 

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.
 



Copyright © 2011-2012 Google. All Rights Reserved.