org.rometools.propono.blogclient
Class BlogConnectionFactory
java.lang.Object
org.rometools.propono.blogclient.BlogConnectionFactory
public class BlogConnectionFactory
- extends Object
Entry point to the Blogapps blog client library.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogConnectionFactory
public BlogConnectionFactory()
getBlogConnection
public static BlogConnection getBlogConnection(String type,
String url,
String username,
String password)
throws BlogClientException
- Create a connection to a blog server.
- Parameters:
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 server
- Throws:
BlogClientException
Copyright © 2007-2013 ROME Project. All Rights Reserved.