Uses of Interface
jakarta.activation.DataSource
Packages that use DataSource
Package
Description
istack-commons runtime utilities.
Jakarta Activation is used by Jakarta Mail to manage MIME data.
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
Jakarta Mail API utility classes.
-
Uses of DataSource in com.sun.istack
Classes in com.sun.istack that implement DataSource -
Uses of DataSource in com.sun.xml.messaging.saaj.packaging.mime
Subinterfaces of DataSource in com.sun.xml.messaging.saaj.packaging.mimeModifier and TypeInterfaceDescriptioninterfaceMultipartDataSource is aDataSourcethat contains body parts. -
Uses of DataSource in com.sun.xml.messaging.saaj.packaging.mime.internet
Classes in com.sun.xml.messaging.saaj.packaging.mime.internet that implement DataSourceModifier and TypeClassDescriptionfinal classA utility class that implements a DataSource out of a MimeBodyPart.Fields in com.sun.xml.messaging.saaj.packaging.mime.internet declared as DataSourceModifier and TypeFieldDescriptionprotected DataSourceMimeMultipart.dsThe DataSource supplying our InputStream.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type DataSourceModifier and TypeMethodDescriptionstatic StringMimeUtility.getEncoding(DataSource ds) Get the content-transfer-encoding that should be applied to the input stream of this datasource, to make it mailsafe.Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type DataSourceModifierConstructorDescriptionBMMimeMultipart(DataSource ds, ContentType ct) Constructs a MimeMultipart object and its bodyparts from the given DataSource.MimeMultipart(DataSource ds, ContentType ct) Constructs a MimeMultipart object and its bodyparts from the given DataSource.MimePullMultipart(DataSource ds, ContentType ct) -
Uses of DataSource in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap with parameters of type DataSourceModifier and TypeMethodDescriptionFastInfosetDataContentHandler.getContent(DataSource dataSource) GifDataContentHandler.getContent(DataSource ds) ImageDataContentHandler.getContent(DataSource ds) Return an object representing the data in its most preferred form.JpegDataContentHandler.getContent(DataSource ds) MultipartDataContentHandler.getContent(DataSource ds) Return the content.StringDataContentHandler.getContent(DataSource ds) XmlDataContentHandler.getContent(DataSource dataSource) FastInfosetDataContentHandler.getTransferData(ActivationDataFlavor flavor, DataSource dataSource) Return the Transfer Data of type DataFlavor from InputStreamGifDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Return the Transfer Data of type DataFlavor from InputStream.ImageDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Returns an object which represents the data to be transferred.JpegDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Return the Transfer Data of type DataFlavor from InputStreamMultipartDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Return the Transfer Data of type DataFlavor from InputStream.StringDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Return the Transfer Data of type DataFlavor from InputStream.XmlDataContentHandler.getTransferData(ActivationDataFlavor flavor, DataSource dataSource) return the Transfer Data of type DataFlavor from InputStream -
Uses of DataSource in jakarta.activation
Classes in jakarta.activation that implement DataSourceModifier and TypeClassDescriptionclassThe FileDataSource class implements a simple DataSource object that encapsulates a file.classThe URLDataSource class provides an object that wraps aURLobject in a DataSource interface.Methods in jakarta.activation that return DataSourceModifier and TypeMethodDescriptionDataHandler.getDataSource()Return the DataSource associated with this instance of DataHandler.Methods in jakarta.activation with parameters of type DataSourceModifier and TypeMethodDescriptionCommandMap.createDataContentHandler(String mimeType, DataSource ds) Locate a DataContentHandler that corresponds to the MIME type.CommandMap.getAllCommands(String mimeType, DataSource ds) Get all the available commands for this type.CommandMap.getCommand(String mimeType, String cmdName, DataSource ds) Get the default command corresponding to the MIME type.DataContentHandler.getContent(DataSource ds) Return an object representing the data in its most preferred form.CommandMap.getPreferredCommands(String mimeType, DataSource ds) Get the preferred command list from a MIME Type.DataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) Returns an object which represents the data to be transferred.Constructors in jakarta.activation with parameters of type DataSourceModifierConstructorDescriptionCreate aDataHandlerinstance referencing the specified DataSource. -
Uses of DataSource in jakarta.mail
Subinterfaces of DataSource in jakarta.mailModifier and TypeInterfaceDescriptioninterfaceMultipartDataSource is aDataSourcethat contains body parts. -
Uses of DataSource in jakarta.mail.internet
Classes in jakarta.mail.internet that implement DataSourceModifier and TypeClassDescriptionclassA utility class that implements a DataSource out of a MimePart.Fields in jakarta.mail.internet declared as DataSourceModifier and TypeFieldDescriptionprotected DataSourceMimeMultipart.dsThe DataSource supplying our InputStream.Methods in jakarta.mail.internet with parameters of type DataSourceModifier and TypeMethodDescriptionstatic StringMimeUtility.getEncoding(DataSource ds) Get the Content-Transfer-Encoding that should be applied to the input stream of this DataSource, to make it mail-safe.Constructors in jakarta.mail.internet with parameters of type DataSourceModifierConstructorDescriptionConstructs a MimeMultipart object and its bodyparts from the given DataSource. -
Uses of DataSource in jakarta.mail.util
Classes in jakarta.mail.util that implement DataSource -
Uses of DataSource in org.apache.cxf.attachment
Classes in org.apache.cxf.attachment that implement DataSourceModifier and TypeClassDescriptionclassclassclassA DataSource which will search through a Collection of attachments so as to lazily load the attachment from the collection.Methods in org.apache.cxf.attachment that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceAttachmentUtil.getAttachmentDataSource(String contentId, Collection<Attachment> atts) LazyDataSource.getDataSource()Methods in org.apache.cxf.attachment with parameters of type DataSourceModifier and TypeMethodDescriptionImageDataContentHandler.getContent(DataSource ds) ImageDataContentHandler.getTransferData(ActivationDataFlavor df, DataSource ds) voidLazyDataSource.setDataSource(DataSource dataSource) -
Uses of DataSource in org.glassfish.jaxb.runtime.v2.util
Methods in org.glassfish.jaxb.runtime.v2.util that return DataSourceConstructors in org.glassfish.jaxb.runtime.v2.util with parameters of type DataSource -
Uses of DataSource in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers that implement DataSourceMethods in org.jboss.resteasy.plugins.providers that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceDataSourceProvider.readDataSource(InputStream in, MediaType mediaType) DataSourceProvider.readFrom(Class<DataSource> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Read a type from theInputStream.Methods in org.jboss.resteasy.plugins.providers with parameters of type DataSourceModifier and TypeMethodDescriptionDataSourceProvider.asyncWriteTo(DataSource dataSource, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) voidDataSourceProvider.writeTo(DataSource dataSource, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Write a type to an HTTP message.Method parameters in org.jboss.resteasy.plugins.providers with type arguments of type DataSourceModifier and TypeMethodDescriptionDataSourceProvider.readFrom(Class<DataSource> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Read a type from theInputStream. -
Uses of DataSource in org.jboss.resteasy.plugins.providers.multipart
Methods in org.jboss.resteasy.plugins.providers.multipart that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceMimeMultipartProvider.readDataSource(InputStream in, MediaType mediaType) -
Uses of DataSource in org.jvnet.staxex
Constructors in org.jvnet.staxex with parameters of type DataSource