FileDocCategorySizeDatePackage
SubscribedFeedsClient.javaAPI DocAndroid 1.5 API1189Wed May 06 22:41:16 BST 2009com.google.wireless.gdata.subscribedfeeds.client

SubscribedFeedsClient

public class SubscribedFeedsClient extends com.google.wireless.gdata.client.GDataServiceClient
GDataServiceClient for accessing Subscribed Feeds. This client can access subscribed feeds for specific users. The parser this class uses handles the XML version of feeds.

Fields Summary
public static final String
SERVICE
Service value for contacts. This is only used for downloads; uploads are done using the service that corresponds to the subscribed feed.
Constructors Summary
public SubscribedFeedsClient(com.google.wireless.gdata.client.GDataClient client, com.google.wireless.gdata.client.GDataParserFactory factory)
Create a new SubscribedFeedsClient.

param
client The GDataClient that should be used to authenticate requests, retrieve feeds, etc.


                           
         
        super(client, factory);
    
Methods Summary
public java.lang.StringgetServiceName()

        return SERVICE;