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 DataHandlerSwaRefAdapter. unmarshal(String cid)DataHandlerSwaRefAdapterMarker. unmarshal(String v)Methods in com.sun.xml.bind.v2.runtime with parameters of type DataHandler Modifier and Type Method Description StringSwaRefAdapter. marshal(DataHandler data)StringSwaRefAdapterMarker. 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 DataHandlerBase64Data. getDataHandler()Gets the raw data.Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type DataHandler Modifier and Type Method Description voidBase64Data. 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 voidImageViewer. setCommandContext(String verb, DataHandler dh)Set the DataHandler for this CommandObjectvoidTextEditor. setCommandContext(String verb, DataHandler dh)voidTextViewer. 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 classStreamingDataHandlerDataHandlerextended to offer better buffer management in a streaming environment.Methods in internal.org.jvnet.staxex that return DataHandler Modifier and Type Method Description DataHandlerBase64Data. getDataHandler()Gets the raw data.DataHandlerBinaryText. getDataHandler()Methods in internal.org.jvnet.staxex with parameters of type DataHandler Modifier and Type Method Description BinaryTextMtomEnabled. addBinaryText(String href, DataHandler dl)voidBase64Data. set(DataHandler data)Fills in the data object by aDataHandler.voidXMLStreamWriterEx. 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 ObjectCommandInfo. getCommandObject(DataHandler dh, ClassLoader loader)Return the instantiated JavaBean component.voidCommandObject. 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 DataHandlerAttachmentUnmarshaller. 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 StringAttachmentMarshaller. addMtomAttachment(DataHandler data, String elementNamespace, String elementLocalName)Consider MIME contentdatafor optimized binary storage as an attachment.abstract StringAttachmentMarshaller. addSwaRefAttachment(DataHandler data)Add MIMEdataas an attachment and return attachment's content-id, cid.
-