org.apache.geronimo.activation.handlers
Class MultipartHandler
java.lang.Object
   org.apache.geronimo.activation.handlers.MultipartHandler
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:
- getTransferDataFlavorsin interface- DataContentHandler
 
- 
 
getTransferData
public Object getTransferData(DataFlavor df,
                              DataSource ds)
                       throws UnsupportedFlavorException,
                              IOException
- 
- Specified by:
- getTransferDatain interface- DataContentHandler
 
- 
- Throws:
- UnsupportedFlavorException
- IOException
 
getContent
public Object getContent(DataSource ds)
                  throws IOException
- 
- Specified by:
- getContentin interface- DataContentHandler
 
- 
- Throws:
- IOException
 
writeTo
public void writeTo(Object obj,
                    String mimeType,
                    OutputStream os)
             throws IOException
- 
- Specified by:
- writeToin interface- DataContentHandler
 
- 
- Throws:
- IOException
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.