Package mondrian.xmla

Interface XmlaResponse

  • All Known Implementing Classes:
    DefaultXmlaResponse

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

      • error

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

        SaxWriter getWriter()
        Get helper for writing XML document.