Package mondrian.xmla.impl
Class DefaultXmlaResponse
- java.lang.Object
-
- mondrian.xmla.impl.DefaultXmlaResponse
-
- All Implemented Interfaces:
XmlaResponse
public class DefaultXmlaResponse extends java.lang.Object implements XmlaResponse
Default implementation ofXmlaResponse
.- Author:
- Gang Chen
-
-
Constructor Summary
Constructors Constructor Description DefaultXmlaResponse(java.io.OutputStream outputStream, java.lang.String encoding, Enumeration.ResponseMimeType responseMimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(java.lang.Throwable t)
Report XML/A error (not SOAP fault).SaxWriter
getWriter()
Get helper for writing XML document.
-
-
-
Constructor Detail
-
DefaultXmlaResponse
public DefaultXmlaResponse(java.io.OutputStream outputStream, java.lang.String encoding, Enumeration.ResponseMimeType responseMimeType)
-
-
Method Detail
-
getWriter
public SaxWriter getWriter()
Description copied from interface:XmlaResponse
Get helper for writing XML document.- Specified by:
getWriter
in interfaceXmlaResponse
-
error
public void error(java.lang.Throwable t)
Description copied from interface:XmlaResponse
Report XML/A error (not SOAP fault).- Specified by:
error
in interfaceXmlaResponse
-
-