public final class AttachmentHttpBinding.PartDataSource extends Object implements DataSource
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
String |
getSubmittedFileName() |
public String getSubmittedFileName()
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface DataSource
IOException
public String getName()
getName
in interface DataSource
public InputStream getInputStream() throws IOException
getInputStream
in interface DataSource
IOException
public String getContentType()
getContentType
in interface DataSource
Apache Camel