@Deprecated public class MetaWeblogConnection extends Object implements BlogConnection
Constructor and Description |
---|
MetaWeblogConnection(String url,
String userName,
String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Blog |
getBlog(String token)
Deprecated.
Get blog by token
|
List<Blog> |
getBlogs()
Deprecated.
Returns collection of blogs available from this connection
|
void |
setAppkey(String appkey)
Deprecated.
Set appkey (optional, needed by some blog servers)
|
public MetaWeblogConnection(String url, String userName, String password) throws BlogClientException
BlogClientException
public List<Blog> getBlogs()
getBlogs
in interface BlogConnection
public Blog getBlog(String token)
getBlog
in interface BlogConnection
public void setAppkey(String appkey)
setAppkey
in interface BlogConnection
Copyright © 2017. All rights reserved.