public interface

XmlResultProvider

org.springframework.jdbc.support.xml.XmlResultProvider

Class Overview

Interface defining handling involved with providing Result data for XML input.

See Also

Summary

Public Methods
abstract void provideXml(Result result)
Implementations must implement this method to provide the XML content for the Result.

Public Methods

public abstract void provideXml (Result result)

Implementations must implement this method to provide the XML content for the Result. Implementations will vary depending on the Result implementation used.

Parameters
result the Result object being used to provide the XML input