| org.springframework.jdbc.support.xml.XmlResultProvider |
Interface defining handling involved with providing Result
data for XML input.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Implementations must implement this method to provide the XML content
for the
Result. | |||||||||||
Implementations must implement this method to provide the XML content
for the Result. Implementations will vary depending on
the Result implementation used.
| result | the Result object being used to provide the XML input
|
|---|