Interface DataSource

All Known Implementing Classes:
FileDataSource, URLDataSource

public interface DataSource
The DataSource interface provides Jakarta Activation with an abstraction of an arbitrary collection of data. It provides a type for that data as well as access to it in the form of InputStreams and OutputStreams where appropriate.