It nice to hear that you solved it. Very good :)
Julian
On Feb 20, 8:49 pm, Atul <[EMAIL PROTECTED]> wrote:
> Hello
>
> Thanx for your solution. I got the solution to the problem. Actually
> getAuthors does not work but getTitle does work and suited to my
> requirements.
>
> Thanks again
>
> Atul
>
> On Feb 20, 11:24 pm, Atul <[EMAIL PROTECTED]> wrote:
>
> > Hello
>
> > I tried for getAuthors method of BaseEntry class but it does not
> > return any entry. I declared a EmailListRecipientFeed object of a
> > known maillinglist and then called getauthors but it returned an empty
> > list.
> > What might be the problem? Please help me to sort this out.
>
> > Also I tried this on EmailListRecipientEntry object also.
>
> > I am pasting a part of the same code.
>
> > EmailListRecipientFeed emailListUsersFeed =
> > mailingList.retrieveAllRecipients("wifi");
> > Iterator<Person> personEntry =
> > emailListUsersFeed.getAuthors().iterator();
>
> > System.out.println("Before Loop");
> > while(personEntry.hasNext())
> > {
> > System.out.println(personEntry.next().getEmail());
> > System.out.println("Look Entered");
> > }
>
> > System.out.println("Loop Exited");
>
> > First Line is working as I have checked this line by writing the xml
> > object to hard disk.
> > The result of this code is
> > Before Loop
> > Loop Exited
>
> > As the program does not entered in the loop the returning list is
> > empty.
>
> > Atul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---