com.armatiek.infofuze.source.filesystem
Class HTTPBasedSource

java.lang.Object
  extended by javax.xml.transform.stream.StreamSource
      extended by com.armatiek.infofuze.source.AbstractStreamSource
          extended by com.armatiek.infofuze.source.filesystem.FileSystemSource
              extended by com.armatiek.infofuze.source.filesystem.HTTPBasedSource
All Implemented Interfaces:
DataSourceIf, javax.xml.transform.Source
Direct Known Subclasses:
WebCrawlSource, WebDAVSource

public abstract class HTTPBasedSource
extends FileSystemSource

A JAXP bases abstract base class for all HTTP based Source classes.

Author:
Maarten Kroon

Field Summary
 
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
 
Constructor Summary
HTTPBasedSource(org.w3c.dom.Element configElem)
           
 
Method Summary
 
Methods inherited from class com.armatiek.infofuze.source.filesystem.FileSystemSource
getBaseFiles, getFile
 
Methods inherited from class com.armatiek.infofuze.source.AbstractStreamSource
afterStreamClosed, close, destroy, getName, getReader, getTransformId, getTransformMode, isAutoReturning, isOpen, open, reset, setAutoReturning, setParameters, setTransformId, setTransformMode
 
Methods inherited from class javax.xml.transform.stream.StreamSource
getInputStream, getPublicId, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPBasedSource

public HTTPBasedSource(org.w3c.dom.Element configElem)