public interface XmlBinaryStreamProvider
OutputStream
data for XML input.OutputStream
Modifier and Type | Method and Description |
---|---|
void |
provideXml(java.io.OutputStream outputStream)
Implementations must implement this method to provide the XML content
for the
OutputStream . |
void provideXml(java.io.OutputStream outputStream) throws java.io.IOException
OutputStream
.outputStream
- the OutputStream
object being used to provide the XML inputjava.io.IOException
- if an I/O error occurs while providing the XML