org.rometools.propono.blogclient
Class BlogConnectionFactory

java.lang.Object
  extended by org.rometools.propono.blogclient.BlogConnectionFactory

public class BlogConnectionFactory
extends Object

Entry point to the Blogapps blog client library.


Constructor Summary
BlogConnectionFactory()
           
 
Method Summary
static BlogConnection getBlogConnection(String type, String url, String username, String password)
          Create a connection to a blog server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogConnectionFactory

public BlogConnectionFactory()
Method Detail

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 to
username - Username for login to blog server
password - Password for login to blog server
Throws:
BlogClientException


Copyright © 2007-2013 ROME Project. All Rights Reserved.