Class AttachmentHttpBinding.PartDataSource
- java.lang.Object
-
- org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
-
- All Implemented Interfaces:
DataSource
- Enclosing class:
- AttachmentHttpBinding
public final class AttachmentHttpBinding.PartDataSource extends Object implements DataSource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()InputStreamgetInputStream()StringgetName()OutputStreamgetOutputStream()StringgetSubmittedFileName()
-
-
-
Method Detail
-
getSubmittedFileName
public String getSubmittedFileName()
-
getOutputStream
public OutputStream getOutputStream() throws IOException
- Specified by:
getOutputStreamin interfaceDataSource- Throws:
IOException
-
getName
public String getName()
- Specified by:
getNamein interfaceDataSource
-
getInputStream
public InputStream getInputStream() throws IOException
- Specified by:
getInputStreamin interfaceDataSource- Throws:
IOException
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceDataSource
-
-