Package mondrian.xmla
Interface XmlaResponse
-
- All Known Implementing Classes:
DefaultXmlaResponse
public interface XmlaResponse
XML/A response interface.- Author:
- Gang Chen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(Throwable t)
Report XML/A error (not SOAP fault).SaxWriter
getWriter()
Get helper for writing XML document.
-