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