ch.odi.justblog.api.blogger
Class BloggerApi

java.lang.Object
  extended bych.odi.justblog.api.blogger.BloggerApi
All Implemented Interfaces:
BlogApi

public class BloggerApi
extends java.lang.Object
implements BlogApi

Author:
oglueck

Constructor Summary
BloggerApi()
           
 
Method Summary
 Blog getBlog(java.net.URL url, java.lang.String id)
          Tries to open the blog identified by id at the endpoint pointed to by apiurl.
 java.lang.String getName()
          Gets the human readable name of this Blog API.
 java.lang.String getRsdName()
          Gets the "official" name of this Blog API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BloggerApi

public BloggerApi()
Method Detail

getRsdName

public java.lang.String getRsdName()
Description copied from interface: BlogApi
Gets the "official" name of this Blog API. Should be the string used in RSD.

Specified by:
getRsdName in interface BlogApi
Returns:

getName

public java.lang.String getName()
Description copied from interface: BlogApi
Gets the human readable name of this Blog API.

Specified by:
getName in interface BlogApi
Returns:

getBlog

public Blog getBlog(java.net.URL url,
                    java.lang.String id)
Description copied from interface: BlogApi
Tries to open the blog identified by id at the endpoint pointed to by apiurl. Implementing classes should avoid to authenticate against the blog at this time.

Specified by:
getBlog in interface BlogApi
Parameters:
url - the API endpoint
id - the Blog ID
Returns:
Returns a Blog implementation.


Copyright © 2005 Ortwin Glück. All Rights Reserved.