Uses of Class
javax.activation.DataHandler
-
Packages that use DataHandler Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller com.sun.xml.bind.v2.util internal.com.sun.activation.viewers internal.org.jvnet.staxex javax.activation Jakarta Activation is used by Jakarta Mail to manage MIME data.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. -
-
Uses of DataHandler in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return DataHandler Modifier and Type Method Description DataHandler
SwaRefAdapter. unmarshal(String cid)
DataHandler
SwaRefAdapterMarker. unmarshal(String v)
Methods in com.sun.xml.bind.v2.runtime with parameters of type DataHandler Modifier and Type Method Description String
SwaRefAdapter. marshal(DataHandler data)
String
SwaRefAdapterMarker. marshal(DataHandler v)
-
Uses of DataHandler in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return DataHandler Modifier and Type Method Description DataHandler
Base64Data. getDataHandler()
Gets the raw data.Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type DataHandler Modifier and Type Method Description void
Base64Data. set(DataHandler data)
Fills in the data object by aDataHandler
. -
Uses of DataHandler in com.sun.xml.bind.v2.util
Constructors in com.sun.xml.bind.v2.util with parameters of type DataHandler Constructor Description DataSourceSource(DataHandler dh)
-
Uses of DataHandler in internal.com.sun.activation.viewers
Methods in internal.com.sun.activation.viewers with parameters of type DataHandler Modifier and Type Method Description void
ImageViewer. setCommandContext(String verb, DataHandler dh)
Set the DataHandler for this CommandObjectvoid
TextEditor. setCommandContext(String verb, DataHandler dh)
void
TextViewer. setCommandContext(String verb, DataHandler dh)
-
Uses of DataHandler in internal.org.jvnet.staxex
Subclasses of DataHandler in internal.org.jvnet.staxex Modifier and Type Class Description class
StreamingDataHandler
DataHandler
extended to offer better buffer management in a streaming environment.Methods in internal.org.jvnet.staxex that return DataHandler Modifier and Type Method Description DataHandler
Base64Data. getDataHandler()
Gets the raw data.DataHandler
BinaryText. getDataHandler()
Methods in internal.org.jvnet.staxex with parameters of type DataHandler Modifier and Type Method Description BinaryText
MtomEnabled. addBinaryText(String href, DataHandler dl)
void
Base64Data. set(DataHandler data)
Fills in the data object by aDataHandler
.void
XMLStreamWriterEx. writeBinary(DataHandler data)
Writes the binary data. -
Uses of DataHandler in javax.activation
Methods in javax.activation with parameters of type DataHandler Modifier and Type Method 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. -
Uses of DataHandler in javax.xml.bind.attachment
Methods in javax.xml.bind.attachment that return DataHandler Modifier and Type Method Description abstract DataHandler
AttachmentUnmarshaller. getAttachmentAsDataHandler(String cid)
Lookup MIME content by content-id,cid
, and return as aDataHandler
.Methods in javax.xml.bind.attachment with parameters of type DataHandler Modifier and Type Method Description abstract String
AttachmentMarshaller. addMtomAttachment(DataHandler data, String elementNamespace, String elementLocalName)
Consider MIME contentdata
for optimized binary storage as an attachment.abstract String
AttachmentMarshaller. addSwaRefAttachment(DataHandler data)
Add MIMEdata
as an attachment and return attachment's content-id, cid.
-