org.apache.axis.attachments
Class MimeMultipartDataSource

java.lang.Object
  extended by org.apache.axis.attachments.MimeMultipartDataSource
All Implemented Interfaces:
DataSource

public class MimeMultipartDataSource
extends Object
implements DataSource


Field Summary
static String CONTENT_TYPE
           
 
Constructor Summary
MimeMultipartDataSource(String name, MimeMultipart data)
           
 
Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

MimeMultipartDataSource

public MimeMultipartDataSource(String name,
                               MimeMultipart data)
Method Detail

getName

public String getName()
Specified by:
getName in interface DataSource

getContentType

public String getContentType()
Specified by:
getContentType in interface DataSource

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface DataSource
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Specified by:
getOutputStream in interface DataSource
Throws:
IOException


Copyright © The Apache Software Foundation. All Rights Reserved.