Interface XmlResultProvider
Deprecated.
Interface defining handling involved with providing 
Result
 data for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidprovideXml(Result result) Deprecated.Implementations must implement this method to provide the XML content for theResult.
- 
Method Details- 
provideXmlDeprecated.Implementations must implement this method to provide the XML content for theResult. Implementations will vary depending on theResultimplementation used.- Parameters:
- result- the- Resultobject being used to provide the XML input
 
 
- 
SQLXMLusage