org.apache.commons.feedparser.post
Interface PostAgent


public interface PostAgent

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

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

Method Summary
 void newPost(String router, String weblog, String username, String password, PostEntry entry)
           
 

Method Detail

newPost

void newPost(String router,
             String weblog,
             String username,
             String password,
             PostEntry entry)


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