javax.activation
Interface DataContentHandler
public interface DataContentHandler
- Version:
- $Rev: 467742 $ $Date: 2011/05/07 04:32:39 $
getTransferDataFlavors
DataFlavor[] getTransferDataFlavors()
getTransferData
Object getTransferData(DataFlavor df,
DataSource ds)
throws UnsupportedFlavorException,
IOException
- Throws:
UnsupportedFlavorException
IOException
getContent
Object getContent(DataSource ds)
throws IOException
- Throws:
IOException
writeTo
void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
- Throws:
IOException
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.