Interface XmlBinaryStreamProvider
Deprecated.
Interface defining handling involved with providing 
OutputStream
data for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidprovideXml(OutputStream outputStream) Deprecated.Implementations must implement this method to provide the XML content for theOutputStream.
- 
Method Details- 
provideXmlDeprecated.Implementations must implement this method to provide the XML content for theOutputStream.- Parameters:
- outputStream- the- OutputStreamobject being used to provide the XML input
- Throws:
- IOException- if an I/O error occurs while providing the XML
 
 
- 
SQLXMLusage