public interface

XmlCharacterStreamProvider

org.springframework.jdbc.support.xml.XmlCharacterStreamProvider

Class Overview

Interface defining handling involved with providing Writer data for XML input.

See Also

Summary

Public Methods
abstract void provideXml(Writer writer)
Implementations must implement this method to provide the XML content for the Writer.

Public Methods

public abstract void provideXml (Writer writer)

Implementations must implement this method to provide the XML content for the Writer.

Parameters
writer the Writer object being used to provide the XML input
Throws
IOException if an I/O error occurs while providing the XML