Uses of Interface
jakarta.activation.DataSource
-
Packages that use DataSource Package Description com.sun.istack istack-commons runtime utilities.com.sun.xml.messaging.saaj.packaging.mime com.sun.xml.messaging.saaj.packaging.mime.internet com.sun.xml.messaging.saaj.soap jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data.jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.internet Classes specific to Internet mail systems.jakarta.mail.util Jakarta Mail API utility classes.org.apache.cxf.attachment org.glassfish.jaxb.runtime.v2.util org.jboss.resteasy.plugins.providers org.jboss.resteasy.plugins.providers.multipart org.jvnet.staxex -
-
Uses of DataSource in com.sun.istack
Classes in com.sun.istack that implement DataSource Modifier and Type Class Description classByteArrayDataSourceDataSourcebacked by a byte buffer. -
Uses of DataSource in com.sun.xml.messaging.saaj.packaging.mime
Subinterfaces of DataSource in com.sun.xml.messaging.saaj.packaging.mime Modifier and Type Interface Description interfaceMultipartDataSourceMultipartDataSource 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 DataSource Modifier and Type Class Description classMimePartDataSourceA utility class that implements a DataSource out of a MimeBodyPart.Fields in com.sun.xml.messaging.saaj.packaging.mime.internet declared as DataSource Modifier and Type Field Description protected DataSourceMimeMultipart. dsThe DataSource supplying our InputStream.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type DataSource Modifier and Type Method Description static 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 DataSource Constructor Description BMMimeMultipart(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 DataSource Modifier and Type Method Description ObjectFastInfosetDataContentHandler. getContent(DataSource dataSource)ObjectGifDataContentHandler. getContent(DataSource ds)ObjectImageDataContentHandler. getContent(DataSource ds)Return an object representing the data in its most preferred form.ObjectJpegDataContentHandler. getContent(DataSource ds)ObjectMultipartDataContentHandler. getContent(DataSource ds)Return the content.ObjectStringDataContentHandler. getContent(DataSource ds)ObjectXmlDataContentHandler. getContent(DataSource dataSource)ObjectFastInfosetDataContentHandler. getTransferData(ActivationDataFlavor flavor, DataSource dataSource)Return the Transfer Data of type DataFlavor from InputStreamObjectGifDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Return the Transfer Data of type DataFlavor from InputStream.ObjectImageDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Returns an object which represents the data to be transferred.ObjectJpegDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Return the Transfer Data of type DataFlavor from InputStreamObjectMultipartDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Return the Transfer Data of type DataFlavor from InputStream.ObjectStringDataContentHandler. getTransferData(ActivationDataFlavor df, DataSource ds)Return the Transfer Data of type DataFlavor from InputStream.ObjectXmlDataContentHandler. 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 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 jakarta.activation that return DataSource Modifier and Type Method Description DataSourceDataHandler. getDataSource()Return the DataSource associated with this instance of DataHandler.Methods in jakarta.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(ActivationDataFlavor df, DataSource ds)Returns an object which represents the data to be transferred.Constructors in jakarta.activation with parameters of type DataSource Constructor Description DataHandler(DataSource ds)Create aDataHandlerinstance referencing the specified DataSource. -
Uses of DataSource in jakarta.mail
Subinterfaces of DataSource in jakarta.mail Modifier and Type Interface Description interfaceMultipartDataSourceMultipartDataSource is aDataSourcethat contains body parts. -
Uses of DataSource in jakarta.mail.internet
Classes in jakarta.mail.internet that implement DataSource Modifier and Type Class Description classMimePartDataSourceA utility class that implements a DataSource out of a MimePart.Fields in jakarta.mail.internet declared as DataSource Modifier and Type Field Description protected DataSourceMimeMultipart. dsThe DataSource supplying our InputStream.Methods in jakarta.mail.internet with parameters of type DataSource Modifier and Type Method Description static 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 DataSource Constructor Description MimeMultipart(DataSource ds)Constructs 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 Modifier and Type Class Description classByteArrayDataSourceA DataSource backed by a byte array. -
Uses of DataSource in org.apache.cxf.attachment
Classes in org.apache.cxf.attachment that implement DataSource Modifier and Type Class Description classAttachmentDataSourceclassByteDataSourceclassLazyDataSourceA 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 DataSource Modifier and Type Method Description static DataSourceAttachmentUtil. getAttachmentDataSource(String contentId, Collection<Attachment> atts)DataSourceLazyDataSource. getDataSource()Methods in org.apache.cxf.attachment with parameters of type DataSource Modifier and Type Method Description ObjectImageDataContentHandler. getContent(DataSource ds)ObjectImageDataContentHandler. 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 DataSource Modifier and Type Method Description DataSourceDataSourceSource. getDataSource()Constructors in org.glassfish.jaxb.runtime.v2.util with parameters of type DataSource Constructor Description DataSourceSource(DataSource source) -
Uses of DataSource in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers that implement DataSource Modifier and Type Class Description protected static classDataSourceProvider.SequencedDataSourceMethods in org.jboss.resteasy.plugins.providers that return DataSource Modifier and Type Method Description static DataSourceDataSourceProvider. readDataSource(InputStream in, MediaType mediaType)DataSourceDataSourceProvider. 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 DataSource Modifier and Type Method Description CompletionStage<Void>DataSourceProvider. 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 DataSource Modifier and Type Method Description DataSourceDataSourceProvider. 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 DataSource Modifier and Type Method Description static DataSourceMimeMultipartProvider. readDataSource(InputStream in, MediaType mediaType) -
Uses of DataSource in org.jvnet.staxex
Constructors in org.jvnet.staxex with parameters of type DataSource Constructor Description StreamingDataHandler(DataSource dataSource)
-