Rajendra,
Thanks for taking the time to answer my query. There are a couple of
things I don't understand about your example and I was wondering if
you could clarify.
1. There is no class called GBaseFeed, do you mean GoogleBaseFeed?
2. If so, there is only one constructor for GoogleBaseFeed and it
takes no parameters.
-=beeky
On Sep 24, 6:04 pm, "Rajendra Prasad Grandhe" <[EMAIL PROTECTED]>
wrote:
> Use the following constructor to get the feed object.
>
> Pass the url for feed and service object in the constructor.
>
> GBaseFeed feed = New GBaseFeed(New
> Uri("http://base.google.com/base/feeds/items"), service)
>
> On Wed, Sep 24, 2008 at 4:36 PM, beeky <[EMAIL PROTECTED]> wrote:
>
> > I'm using the example code from the "Batch processing with Google Data
> > APIs". The following always ends up in the "batching not
> > supported..." block.
> > Any ideas or suggestions?
>
> > Thanks,
> > -=beeky
>
> > GoogleBaseFeed feed = new GoogleBaseFeed() ;
> > try {
> > Link batchLink = feed.getLink(Link.Rel.FEED_BATCH, Link.Type.ATOM) ;
> > if ( batchLink != null ){
> > // never gets into this block
> > } else {
> > System.out.println("Batching not supported by this feed");
> > }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---