Package | Description |
---|---|
com.fasterxml.jackson.module.jaxb.deser | |
com.fasterxml.jackson.module.jaxb.ser | |
com.sun.activation.viewers | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that
enables the interpretation and creation of optimized binary data
within an MIME-based package format.
|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.apache.cxf.attachment | |
org.apache.cxf.message |
Modifier and Type | Method and Description |
---|---|
DataHandler |
DataHandlerJsonDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
DataHandlerJsonSerializer.serialize(DataHandler value,
JsonGenerator jgen,
SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setCommandContext(String verb,
DataHandler dh) |
void |
TextEditor.setCommandContext(String verb,
DataHandler dh) |
void |
ImageViewer.setCommandContext(String verb,
DataHandler dh)
Set the DataHandler for this CommandObject
|
Modifier and Type | Method and Description |
---|---|
DataHandler |
IMAPMessage.getDataHandler()
Get the DataHandler object for this message.
|
DataHandler |
IMAPBodyPart.getDataHandler() |
Modifier and Type | Method and Description |
---|---|
void |
IMAPMessage.setDataHandler(DataHandler content) |
void |
IMAPBodyPart.setDataHandler(DataHandler content) |
Modifier and Type | Method and Description |
---|---|
Object |
CommandInfo.getCommandObject(DataHandler dh,
ClassLoader loader)
Return the instantiated JavaBean component.
|
void |
CommandObject.setCommandContext(String verb,
DataHandler dh)
Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
|
Modifier and Type | Method and Description |
---|---|
DataHandler |
Part.getDataHandler()
Return a DataHandler for the content within this part.
|
Modifier and Type | Method and Description |
---|---|
void |
Part.setDataHandler(DataHandler dh)
This method provides the mechanism to set this part's content.
|
Modifier and Type | Field and Description |
---|---|
protected DataHandler |
MimeMessage.dh
The DataHandler object representing this Message's content.
|
protected DataHandler |
MimeBodyPart.dh
The DataHandler object representing this Part's content.
|
Modifier and Type | Method and Description |
---|---|
DataHandler |
MimeMessage.getDataHandler()
Return a DataHandler for this Message's content.
|
DataHandler |
MimeBodyPart.getDataHandler()
Return a DataHandler for this body part's content.
|
Modifier and Type | Method and Description |
---|---|
static String |
MimeUtility.getEncoding(DataHandler dh)
Same as
getEncoding(DataSource) except that instead
of reading the data from an InputStream it uses the
writeTo method to examine the data. |
void |
MimeMessage.setDataHandler(DataHandler dh)
This method provides the mechanism to set this part's content.
|
void |
MimeBodyPart.setDataHandler(DataHandler dh)
This method provides the mechanism to set this body part's content.
|
Modifier and Type | Method and Description |
---|---|
abstract DataHandler |
AttachmentUnmarshaller.getAttachmentAsDataHandler(String cid)
Lookup MIME content by content-id,
cid , and return as a DataHandler . |
Modifier and Type | Method and Description |
---|---|
abstract String |
AttachmentMarshaller.addMtomAttachment(DataHandler data,
String elementNamespace,
String elementLocalName)
Consider MIME content
data for optimized binary storage as an attachment. |
abstract String |
AttachmentMarshaller.addSwaRefAttachment(DataHandler data)
Add MIME
data as an attachment and return attachment's content-id, cid. |
Modifier and Type | Method and Description |
---|---|
abstract DataHandler |
AttachmentPart.getDataHandler()
Gets the
DataHandler object for this AttachmentPart
object. |
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
SOAPMessage.createAttachmentPart(DataHandler dataHandler)
Creates an
AttachmentPart object and populates it using
the given DataHandler object. |
abstract void |
AttachmentPart.setDataHandler(DataHandler dataHandler)
Sets the given
DataHandler object as the data handler
for this AttachmentPart object. |
Modifier and Type | Method and Description |
---|---|
DataHandler |
AttachmentImpl.getDataHandler() |
Modifier and Type | Method and Description |
---|---|
Map<String,DataHandler> |
LazyAttachmentCollection.createDataHandlerMap() |
static Map<String,DataHandler> |
AttachmentUtil.getDHMap(Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentUtil.createMtomAttachmentFromDH(boolean isXop,
DataHandler handler,
String elementNS,
int threshold) |
void |
AttachmentImpl.setDataHandler(DataHandler dataHandler) |
Constructor and Description |
---|
AttachmentImpl(String idParam,
DataHandler handlerParam) |
Modifier and Type | Method and Description |
---|---|
DataHandler |
Attachment.getDataHandler() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.