@Deprecated public class AtomConnection extends Object implements BlogConnection
Constructor and Description |
---|
AtomConnection(String uri,
String username,
String password)
Deprecated.
Create Atom blog client instance for specified URL and user account.
|
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 AtomConnection(String uri, String username, String password) throws BlogClientException
uri
- End-point URL of Atom serviceusername
- Username of accountpassword
- Password of accountBlogClientException
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 © 2020. All rights reserved.