Interface xmlResultProvider


@Deprecated(since="6.2") public interface xmlResultProvider
Deprecated.
as of 6.2, in favor of direct SQLxml usage
Interface defining handling involved with providing Result data for xml input.
Since:
2.5.5
Author:
Thomas Risberg
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Implementations must implement this method to provide the xml content for the Result.
  • Method Details

    • providexml

      void providexml(Result result)
      Deprecated.
      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