| org.springframework.jdbc.support.xml.XmlBinaryStreamProvider |
Class Overview
Interface defining handling involved with providing OutputStream
data for XML input.
Summary
| Public Methods |
|
abstract
void
|
provideXml(OutputStream outputStream)
Implementations must implement this method to provide the XML content
for the OutputStream.
|
Public Methods
public
abstract
void
provideXml
(OutputStream outputStream)
Implementations must implement this method to provide the XML content
for the OutputStream.
Parameters
| outputStream
| the OutputStream object being used to provide the XML input |
Throws
| IOException
| if an I/O error occurs while providing the XML
|