Package | Description |
---|---|
com.google.api.client.http.xml.atom |
Beta Atom XML HTTP library based on the pluggable HTTP library. |
Modifier and Type | Method and Description |
---|---|
static <T,E> AtomFeedParser<T,E> |
AtomFeedParser.create(HttpResponse response,
XmlNamespaceDictionary namespaceDictionary,
Class<T> feedClass,
Class<E> entryClass)
Parses the given HTTP response using the given feed class and entry class.
|
Copyright © 2011–2023 Google. All rights reserved.