Interface DataSource

All Known Subinterfaces:
MultipartDataSource
All Known Implementing Classes:
ByteArrayDataSource, FileDataSource, MimePartDataSource, 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.