mondrian.xmla.impl
Class DefaultXmlaResponse
java.lang.Object
mondrian.xmla.impl.DefaultXmlaResponse
- All Implemented Interfaces:
- XmlaResponse
public class DefaultXmlaResponse
- extends Object
- implements XmlaResponse
Default implementation of XmlaResponse
.
- Author:
- Gang Chen
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultXmlaResponse
public DefaultXmlaResponse(OutputStream outputStream,
String encoding)
getWriter
public SaxWriter getWriter()
- Description copied from interface:
XmlaResponse
- Get helper for writing XML document.
- Specified by:
getWriter
in interface XmlaResponse
error
public void error(Throwable t)
- Description copied from interface:
XmlaResponse
- Report XML/A error (not SOAP fault).
- Specified by:
error
in interface XmlaResponse