@Deprecated public class BlogConnectionFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static BlogConnection |
getBlogConnection(String type,
String url,
String username,
String password)
Deprecated.
Create a connection to a blog server.
|
public static BlogConnection getBlogConnection(String type, String url, String username, String password) throws BlogClientException
type - Connection type, must be "atom" or "metaweblog"url - End-point URL to connect tousername - Username for login to blog serverpassword - Password for login to blog serverBlogClientExceptionCopyright © 2023. All rights reserved.