Package mondrian.xmla

Interface XmlaResponse

All Known Implementing Classes:
DefaultXmlaResponse

public interface XmlaResponse
XML/A response interface.
Author:
Gang Chen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report XML/A error (not SOAP fault).
    Get helper for writing XML document.
  • Method Details

    • error

      void error(Throwable t)
      Report XML/A error (not SOAP fault).
    • getWriter

      SaxWriter getWriter()
      Get helper for writing XML document.