public class SendMailWorkitemHandler.InputStreamDataSource extends Object implements DataSource
| Constructor and Description |
|---|
InputStreamDataSource(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
public InputStreamDataSource(InputStream inputStream)
public InputStream getInputStream() throws IOException
getInputStream in interface DataSourceIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface DataSourceIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourceCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.