public class InputStreamDataSource extends Object implements javax.activation.DataSource
| Constructor and Description |
|---|
InputStreamDataSource(InputStream is,
String contentType) |
InputStreamDataSource(InputStream is,
String contentType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
public InputStreamDataSource(InputStream is, String contentType)
public InputStreamDataSource(InputStream is, String contentType, String name)
public String getContentType()
getContentType in interface javax.activation.DataSourcepublic InputStream getInputStream() throws IOException
getInputStream in interface javax.activation.DataSourceIOExceptionpublic String getName()
getName in interface javax.activation.DataSourcepublic OutputStream getOutputStream() throws IOException
getOutputStream in interface javax.activation.DataSourceIOExceptionApache CXF