org.apache.geronimo.activation.handlers
Class MultipartHandler
java.lang.Object
org.apache.geronimo.activation.handlers.MultipartHandler
- All Implemented Interfaces:
- DataContentHandler
public class MultipartHandler
- extends Object
- implements DataContentHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartHandler
public MultipartHandler()
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors
in interface DataContentHandler
getTransferData
public Object getTransferData(DataFlavor df,
DataSource ds)
throws UnsupportedFlavorException,
IOException
- Specified by:
getTransferData
in interface DataContentHandler
- Throws:
UnsupportedFlavorException
IOException
getContent
public Object getContent(DataSource ds)
throws IOException
- Specified by:
getContent
in interface DataContentHandler
- Throws:
IOException
writeTo
public void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
- Specified by:
writeTo
in interface DataContentHandler
- Throws:
IOException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.