Uses of Class
com.armatiek.infofuze.source.filesystem.HTTPBasedSource

Packages that use HTTPBasedSource
com.armatiek.infofuze.source.filesystem.webcrawl   
com.armatiek.infofuze.source.filesystem.webdav   
 

Uses of HTTPBasedSource in com.armatiek.infofuze.source.filesystem.webcrawl
 

Subclasses of HTTPBasedSource in com.armatiek.infofuze.source.filesystem.webcrawl
 class WebCrawlSource
          JAXP based Source class that can be used to stream an XML representation of the result of a website spider/crawl.
 

Uses of HTTPBasedSource in com.armatiek.infofuze.source.filesystem.webdav
 

Subclasses of HTTPBasedSource in com.armatiek.infofuze.source.filesystem.webdav
 class WebDAVSource
          JAXP based Source class that can be used to stream an XML representation of filesystems that can be accessed using the WebDAV protocol.