Interface XmlBinaryStreamProvider
public interface XmlBinaryStreamProvider
Interface defining handling involved with providingOutputStreamdata for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
OutputStream
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprovideXml(OutputStream outputStream)Implementations must implement this method to provide the XML content for theOutputStream.
Method Detail
provideXml
void provideXml(OutputStream outputStream) throws IOException
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