public static class InputStreamFactory.SQLXMLInputStreamFactory extends InputStreamFactory implements DataSource
InputStreamFactory.BlobInputStreamFactory, InputStreamFactory.ClobInputStreamFactory, InputStreamFactory.FileInputStreamFactory, InputStreamFactory.SQLXMLInputStreamFactory, InputStreamFactory.StorageMode, InputStreamFactory.StreamFactoryReference| Modifier and Type | Field and Description |
|---|---|
protected SQLXML |
sqlxml |
length| Constructor and Description |
|---|
SQLXMLInputStreamFactory(SQLXML sqlxml) |
| Modifier and Type | Method and Description |
|---|---|
Reader |
getCharacterStream() |
String |
getContentType() |
InputStream |
getInputStream()
Get a new InputStream
|
String |
getName() |
OutputStream |
getOutputStream() |
InputStreamFactory.StorageMode |
getStorageMode() |
free, getLength, getStorageMode, getSystemId, setLength, setSystemIdprotected SQLXML sqlxml
public SQLXMLInputStreamFactory(SQLXML sqlxml)
public InputStream getInputStream() throws IOException
InputStreamFactorygetInputStream in interface DataSourcegetInputStream in class InputStreamFactoryIOExceptionpublic Reader getCharacterStream() throws IOException
getCharacterStream in class InputStreamFactoryIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourcepublic OutputStream getOutputStream() throws IOException
getOutputStream in interface DataSourceIOExceptionpublic InputStreamFactory.StorageMode getStorageMode()
getStorageMode in class InputStreamFactoryCopyright © 2019 JBoss by Red Hat. All rights reserved.