@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 accountBlogClientExceptionpublic List<Blog> getBlogs()
getBlogs in interface BlogConnectionpublic Blog getBlog(String token)
getBlog in interface BlogConnectionpublic void setAppkey(String appkey)
setAppkey in interface BlogConnectionCopyright © 2023. All rights reserved.