|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlCharacterStreamProvider
Interface defining handling involved with providing Writer
data for XML input.
Result
Method Summary | |
---|---|
void |
provideXml(Writer writer)
Implementations must implement this method to provide the XML content for the Writer . |
Method Detail |
---|
void provideXml(Writer writer) throws IOException
Writer
.
writer
- the Writer
object being used to provide the XML input
IOException
- if an I/O error occurs while providing the XML
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |