org.apache.geronimo.activation.handlers
Class MultipartHandler

java.lang.Object
  extended by org.apache.geronimo.activation.handlers.MultipartHandler
All Implemented Interfaces:
DataContentHandler

public class MultipartHandler
extends Object
implements DataContentHandler


Constructor Summary
MultipartHandler()
           
 
Method Summary
 Object getContent(DataSource ds)
           
 Object getTransferData(DataFlavor df, DataSource ds)
           
 DataFlavor[] getTransferDataFlavors()
           
 void writeTo(Object obj, String mimeType, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartHandler

public MultipartHandler()
Method Detail

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 © 2003-2007 Apache Software Foundation. All Rights Reserved.