Uses of Class
jakarta.activation.DataHandler
-
-
Uses of DataHandler in com.fasterxml.jackson.module.jakarta.xmlbind.deser
Methods in com.fasterxml.jackson.module.jakarta.xmlbind.deser that return DataHandler Modifier and Type Method Description DataHandlerDataHandlerDeserializer. deserialize(JsonParser p, DeserializationContext ctxt) -
Uses of DataHandler in com.fasterxml.jackson.module.jakarta.xmlbind.ser
Methods in com.fasterxml.jackson.module.jakarta.xmlbind.ser with parameters of type DataHandler Modifier and Type Method Description voidDataHandlerSerializer. serialize(DataHandler value, JsonGenerator jgen, SerializerProvider provider) -
Uses of DataHandler in com.sun.xml.messaging.saaj.packaging.mime.internet
Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return DataHandler Modifier and Type Method Description DataHandlerMimeBodyPart. getDataHandler()Return a DataHandler for this body part's content.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type DataHandler Modifier and Type Method Description static StringMimeUtility. getEncoding(DataHandler dh)Same asgetEncoding(DataSource)except that instead of reading the data from anInputStreamit uses thewriteTomethod to examine the data.voidMimeBodyPart. setDataHandler(DataHandler dh)This method provides the mechanism to set this body part's content. -
Uses of DataHandler in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return DataHandler Modifier and Type Method Description DataHandlerAttachmentPartImpl. getDataHandler()Methods in com.sun.xml.messaging.saaj.soap with parameters of type DataHandler Modifier and Type Method Description voidAttachmentPartImpl. setDataHandler(DataHandler dataHandler) -
Uses of DataHandler in com.sun.xml.messaging.saaj.util.stax
Methods in com.sun.xml.messaging.saaj.util.stax with parameters of type DataHandler Modifier and Type Method Description voidSaajStaxWriterEx. writeBinary(DataHandler data) -
Uses of DataHandler in jakarta.activation
Methods in jakarta.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 jakarta.mail
Methods in jakarta.mail that return DataHandler Modifier and Type Method Description DataHandlerPart. getDataHandler()Return a DataHandler for the content within this part.Methods in jakarta.mail with parameters of type DataHandler Modifier and Type Method Description voidPart. setDataHandler(DataHandler dh)This method provides the mechanism to set this part's content. -
Uses of DataHandler in jakarta.mail.internet
Fields in jakarta.mail.internet declared as DataHandler Modifier and Type Field Description protected DataHandlerMimeBodyPart. dhThe DataHandler object representing this Part's content.protected DataHandlerMimeMessage. dhThe DataHandler object representing this Message's content.Methods in jakarta.mail.internet that return DataHandler Modifier and Type Method Description DataHandlerMimeBodyPart. getDataHandler()Return a DataHandler for this body part's content.DataHandlerMimeMessage. getDataHandler()Return a DataHandler for this Message's content.Methods in jakarta.mail.internet with parameters of type DataHandler Modifier and Type Method Description static StringMimeUtility. getEncoding(DataHandler dh)Same asgetEncoding(DataSource)except that instead of reading the data from anInputStreamit uses thewriteTomethod to examine the data.voidMimeBodyPart. setDataHandler(DataHandler dh)This method provides the mechanism to set this body part's content.voidMimeMessage. setDataHandler(DataHandler dh)This method provides the mechanism to set this part's content. -
Uses of DataHandler in jakarta.xml.bind.attachment
Methods in jakarta.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 jakarta.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. -
Uses of DataHandler in jakarta.xml.soap
Methods in jakarta.xml.soap that return DataHandler Modifier and Type Method Description abstract DataHandlerAttachmentPart. getDataHandler()Gets theDataHandlerobject for thisAttachmentPartobject.Methods in jakarta.xml.soap with parameters of type DataHandler Modifier and Type Method Description AttachmentPartSOAPMessage. createAttachmentPart(DataHandler dataHandler)Creates anAttachmentPartobject and populates it using the givenDataHandlerobject.abstract voidAttachmentPart. setDataHandler(DataHandler dataHandler)Sets the givenDataHandlerobject as the data handler for thisAttachmentPartobject. -
Uses of DataHandler in org.apache.cxf.attachment
Methods in org.apache.cxf.attachment that return DataHandler Modifier and Type Method Description DataHandlerAttachmentImpl. getDataHandler()Methods in org.apache.cxf.attachment that return types with arguments of type DataHandler Modifier and Type Method Description Map<String,DataHandler>LazyAttachmentCollection. createDataHandlerMap()static Map<String,DataHandler>AttachmentUtil. getDHMap(Collection<Attachment> attachments)Methods in org.apache.cxf.attachment with parameters of type DataHandler Modifier and Type Method Description static AttachmentAttachmentUtil. createMtomAttachmentFromDH(boolean isXop, DataHandler handler, String elementNS, int threshold)voidAttachmentImpl. setDataHandler(DataHandler dataHandler)Constructors in org.apache.cxf.attachment with parameters of type DataHandler Constructor Description AttachmentImpl(String idParam, DataHandler handlerParam) -
Uses of DataHandler in org.apache.cxf.message
Methods in org.apache.cxf.message that return DataHandler Modifier and Type Method Description DataHandlerAttachment. getDataHandler() -
Uses of DataHandler in org.glassfish.jaxb.core.v2.runtime
Methods in org.glassfish.jaxb.core.v2.runtime that return DataHandler Modifier and Type Method Description DataHandlerSwaRefAdapterMarker. unmarshal(String v)Methods in org.glassfish.jaxb.core.v2.runtime with parameters of type DataHandler Modifier and Type Method Description StringSwaRefAdapterMarker. marshal(DataHandler v) -
Uses of DataHandler in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return DataHandler Modifier and Type Method Description DataHandlerSwaRefAdapter. unmarshal(String cid)Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type DataHandler Modifier and Type Method Description StringSwaRefAdapter. marshal(DataHandler data) -
Uses of DataHandler in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return DataHandler Modifier and Type Method Description DataHandlerBase64Data. getDataHandler()Gets the raw data.Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.util
Constructors in org.glassfish.jaxb.runtime.v2.util with parameters of type DataHandler Constructor Description DataSourceSource(DataHandler dh) -
Uses of DataHandler in org.jvnet.staxex
Subclasses of DataHandler in org.jvnet.staxex Modifier and Type Class Description classStreamingDataHandlerDataHandlerextended to offer better buffer management in a streaming environment.Methods in org.jvnet.staxex that return DataHandler Modifier and Type Method Description DataHandlerBase64Data. getDataHandler()Gets the raw data.DataHandlerBinaryText. getDataHandler()Methods in 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.
-