Uses of Interface
javax.activation.DataSource
-
Packages that use DataSource Package Description com.sun.xml.bind.v2.util internal.com.sun.istack istack-commons runtime utilities.internal.org.jvnet.staxex javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of DataSource in com.sun.xml.bind.v2.util
Methods in com.sun.xml.bind.v2.util that return DataSource Modifier and Type Method Description DataSourceDataSourceSource. getDataSource()Constructors in com.sun.xml.bind.v2.util with parameters of type DataSource Constructor Description DataSourceSource(DataSource source) -
Uses of DataSource in internal.com.sun.istack
Classes in internal.com.sun.istack that implement DataSource Modifier and Type Class Description classByteArrayDataSourceDataSourcebacked by a byte buffer. -
Uses of DataSource in internal.org.jvnet.staxex
Constructors in internal.org.jvnet.staxex with parameters of type DataSource Constructor Description StreamingDataHandler(DataSource dataSource) -
Uses of DataSource in javax.activation
Classes in javax.activation that implement DataSource Modifier and Type Class Description classFileDataSourceThe FileDataSource class implements a simple DataSource object that encapsulates a file.classURLDataSourceThe URLDataSource class provides an object that wraps aURLobject in a DataSource interface.Methods in javax.activation that return DataSource Modifier and Type Method Description DataSourceDataHandler. getDataSource()Return the DataSource associated with this instance of DataHandler.Methods in javax.activation with parameters of type DataSource Modifier and Type Method Description DataContentHandlerCommandMap. createDataContentHandler(String mimeType, DataSource ds)Locate a DataContentHandler that corresponds to the MIME type.CommandInfo[]CommandMap. getAllCommands(String mimeType, DataSource ds)Get all the available commands for this type.CommandInfoCommandMap. getCommand(String mimeType, String cmdName, DataSource ds)Get the default command corresponding to the MIME type.ObjectDataContentHandler. getContent(DataSource ds)Return an object representing the data in its most preferred form.CommandInfo[]CommandMap. getPreferredCommands(String mimeType, DataSource ds)Get the preferred command list from a MIME Type.ObjectDataContentHandler. getTransferData(DataFlavor df, DataSource ds)Returns an object which represents the data to be transferred.Constructors in javax.activation with parameters of type DataSource Constructor Description DataHandler(DataSource ds)Create aDataHandlerinstance referencing the specified DataSource.
-