Uses of Interface
org.apache.james.nntpserver.repository.NNTPArticle

Packages that use NNTPArticle
org.apache.james.nntpserver.repository Provides the interfaces that define NNTP articles, groups, and repositories as well as the implementations of those interfaces. 
 

Uses of NNTPArticle in org.apache.james.nntpserver.repository
 

Methods in org.apache.james.nntpserver.repository that return NNTPArticle
 NNTPArticle NNTPGroup.addArticle(java.io.InputStream newsStream)
          Adds an article to the group based on the data in the stream.
 NNTPArticle NNTPGroup.getArticle(int number)
          Gets the article with the specified article number.
 NNTPArticle NNTPRepositoryImpl.getArticleFromID(java.lang.String id)
           
 NNTPArticle NNTPRepository.getArticleFromID(java.lang.String id)
          Gets the article with the specified id from within the repository.
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.