Package org.apache.cxf.attachment
Class ImageDataContentHandler
java.lang.Object
org.apache.cxf.attachment.ImageDataContentHandler
- All Implemented Interfaces:
- jakarta.activation.DataContentHandler
public class ImageDataContentHandler
extends Object
implements jakarta.activation.DataContentHandler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetContent(jakarta.activation.DataSource ds) getTransferData(jakarta.activation.ActivationDataFlavor df, jakarta.activation.DataSource ds) jakarta.activation.ActivationDataFlavor[]voidwriteTo(Object obj, String mimeType, OutputStream os) 
- 
Constructor Details- 
ImageDataContentHandlerpublic ImageDataContentHandler()
 
- 
- 
Method Details- 
getContent- Specified by:
- getContentin interface- jakarta.activation.DataContentHandler
- Throws:
- IOException
 
- 
getTransferDatapublic Object getTransferData(jakarta.activation.ActivationDataFlavor df, jakarta.activation.DataSource ds) throws IOException - Specified by:
- getTransferDatain interface- jakarta.activation.DataContentHandler
- Throws:
- IOException
 
- 
getTransferDataFlavorspublic jakarta.activation.ActivationDataFlavor[] getTransferDataFlavors()- Specified by:
- getTransferDataFlavorsin interface- jakarta.activation.DataContentHandler
 
- 
writeTo- Specified by:
- writeToin interface- jakarta.activation.DataContentHandler
- Throws:
- IOException
 
 
-