org.apache.commons.feedparser.post
Class MetaWeblogPostAgent

java.lang.Object
  extended by org.apache.commons.feedparser.post.MetaWeblogPostAgent

public class MetaWeblogPostAgent
extends Object

A PostAgent allows a developer to post to a given weblog.

Version:
$Id: MetaWeblogPostAgent.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton (burtonator)

Constructor Summary
MetaWeblogPostAgent()
           
 
Method Summary
 void newPost(String router, String weblog, String username, String password, PostEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaWeblogPostAgent

public MetaWeblogPostAgent()
Method Detail

newPost

public void newPost(String router,
                    String weblog,
                    String username,
                    String password,
                    PostEntry entry)
             throws Exception
Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.