|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
public class MetaWeblogConnection
BlogClient implementation that uses a mix of Blogger and MetaWeblog API methods.
Constructor Summary | |
---|---|
MetaWeblogConnection(String url,
String userName,
String password)
|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaWeblogConnection(String url, String userName, String password) throws BlogClientException
BlogClientException
Method Detail |
---|
public List getBlogs()
getBlogs
in interface BlogConnection
public Blog getBlog(String token)
getBlog
in interface BlogConnection
public void setAppkey(String appkey)
setAppkey
in interface BlogConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |