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