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