mondrian.xmla
Interface XmlaResponse

All Known Implementing Classes:
DefaultXmlaResponse

public interface XmlaResponse

XML/A response interface.

Author:
Gang Chen
 

Method Summary
 void error(Throwable t)
          Report XML/A error (not SOAP fault).
 SaxWriter getWriter()
          Get helper for writing XML document.
 

Method Detail

error

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


getWriter

SaxWriter getWriter()
Get helper for writing XML document.


SourceForge.net_Logo