org.osjava.scraping
Interface Fetcher

All Known Implementing Classes:
AbstractHttpFetcher, FtpFetcher, NullFetcher

public interface Fetcher

Fetches a piece of content for a uri Usually hidden behind a FetcherFactory.


Method Summary
 Page fetch(java.lang.String uri, com.generationjava.config.Config cfg, org.osjava.oscube.container.Session session)
           
 

Method Detail

fetch

public Page fetch(java.lang.String uri,
                  com.generationjava.config.Config cfg,
                  org.osjava.oscube.container.Session session)
           throws FetchingException
Throws:
FetchingException


Copyright © 2003-2005 OSJava. All Rights Reserved.