Uses of Class
com.armatiek.infofuze.source.AbstractStreamSource

Packages that use AbstractStreamSource
com.armatiek.infofuze.source   
com.armatiek.infofuze.source.filesystem   
com.armatiek.infofuze.source.filesystem.cifs   
com.armatiek.infofuze.source.filesystem.local   
com.armatiek.infofuze.source.filesystem.webcrawl   
com.armatiek.infofuze.source.filesystem.webdav   
com.armatiek.infofuze.source.jdbc   
com.armatiek.infofuze.source.ldap   
com.armatiek.infofuze.source.solr   
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source
 class CSVSource
           
 class NullSource
          The NullSource provides an empty XML stream.
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem
 class FileSystemSource
          A JAXP bases abstract base class for all filesystem based Source classes.
 class HTTPBasedSource
          A JAXP bases abstract base class for all HTTP based Source classes.
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem.cifs
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem.cifs
 class CIFSSource
          JAXP based Source class that can be used to stream an XML representation of files within a CIFS/SMB filesystem.
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem.local
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.filesystem.local
 class LocalFileSystemSource
          JAXP based Source class that can be used to stream an XML representation of files within a local filesystem.
 

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

Subclasses of AbstractStreamSource 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 AbstractStreamSource in com.armatiek.infofuze.source.filesystem.webdav
 

Subclasses of AbstractStreamSource 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.
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.jdbc
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.jdbc
 class AbstractJDBCSource
           
 class DirectJDBCSource
           
 class JNDIJDBCSource
           
 class PooledJDBCSource
           
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.ldap
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.ldap
 class LDAPSource
          The LDAPSource can be used to stream the result of a search operation on a directory service using the Lightweight Directory Access Protocol (LDAP).
 

Uses of AbstractStreamSource in com.armatiek.infofuze.source.solr
 

Subclasses of AbstractStreamSource in com.armatiek.infofuze.source.solr
 class SolrSource
          JAXP based Source class that can be used to stream the XML response of a Solr search operation.