接口 XmlBinaryStreamProvider
public interface XmlBinaryStreamProvider
Interface defining handling involved with providingOutputStreamdata for XML input.- 从以下版本开始:
- 2.5.5
- 作者:
- Thomas Risberg
- 另请参阅:
OutputStream
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidprovideXml(OutputStream outputStream)Implementations must implement this method to provide the XML content for theOutputStream.
方法详细资料
provideXml
void provideXml(OutputStream outputStream) throws IOException
Implementations must implement this method to provide the XML content for theOutputStream.- 参数:
outputStream- theOutputStreamobject being used to provide the XML input- 抛出:
IOException- if an I/O error occurs while providing the XML