Package com.sun.mail.handlers
Class text_xml
java.lang.Object
com.sun.mail.handlers.handler_base
com.sun.mail.handlers.text_plain
com.sun.mail.handlers.text_xml
- All Implemented Interfaces:
javax.activation.DataContentHandler
DataContentHandler for text/xml.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(Object obj, String mimeType, OutputStream os) Write the object to the output stream, using the specified MIME type.Methods inherited from class com.sun.mail.handlers.text_plain
getContentMethods inherited from class com.sun.mail.handlers.handler_base
getTransferData, getTransferDataFlavors
-
Constructor Details
-
text_xml
public text_xml()
-
-
Method Details
-
writeTo
Description copied from class:text_plainWrite the object to the output stream, using the specified MIME type.- Specified by:
writeToin interfacejavax.activation.DataContentHandler- Overrides:
writeToin classtext_plain- Throws:
IOException
-