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 TypeMethodDescriptionvoid
provideXml
(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 theResult
implementation used.- Parameters:
result
- theResult
object being used to provide the XML input
-
SQLXML
usage