Interface xmlBinaryStreamProvider
Deprecated.
Interface defining handling involved with providing
OutputStream
data for xml input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidprovidexml(OutputStream outputStream) Deprecated.Implementations must implement this method to provide the xml content for theOutputStream.
-
Method Details
-
providexml
Deprecated.Implementations must implement this method to provide the xml content for theOutputStream.- Parameters:
outputStream- theOutputStreamobject being used to provide the xml input- Throws:
IOException- if an I/O error occurs while providing the xml
-
SQLxmlusage