Implements a Gdata feed client that represents feeds as "typeless" maps of String->String pairs. "typeless" maps are String -> List representations of a FeedServer entry. Each key represents an element in the entry XML while the List are the possible values. For non-repeated elements, the list will only ever have one entry. For "repeated=true" elements, the list will have N number of elements depending on how many entries exist for that element. This client is good for consumers of feeds who need quick access to a limited set of data in the feed. If you are using most of the data, using the "typed" java bean {@link FeedServerClient} is probably a better choice.
@author r@kuci.org (Ray Colline)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.