org.rometools.propono.blogclient
Interface BlogConnection

All Known Implementing Classes:
AtomConnection, MetaWeblogConnection

public interface BlogConnection

A BlogConnection is a single-user connection to a blog server where the user has access to multiple blogs, which are each represented by a Blog interface.


Method Summary
 Blog getBlog(String token)
          Get blog by token
 List getBlogs()
          Returns collection of blogs available from this connection
 void setAppkey(String appkey)
          Set appkey (optional, needed by some blog servers)
 

Method Detail

getBlogs

List getBlogs()
Returns collection of blogs available from this connection


getBlog

Blog getBlog(String token)
Get blog by token


setAppkey

void setAppkey(String appkey)
Set appkey (optional, needed by some blog servers)



Copyright © 2007-2013 ROME Project. All Rights Reserved.