Class URLDataSource

java.lang.Object
jakarta.activation.URLDataSource
All Implemented Interfaces:
DataSource

public class URLDataSource extends Object implements DataSource
The URLDataSource class provides an object that wraps a URL object in a DataSource interface. URLDataSource simplifies the handling of data described by URLs within Jakarta Activation because this class can be used to create new DataHandlers. NOTE: The DataHandler object creates a URLDataSource internally, when it is constructed with a URL.
See Also: