Package 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 ofXmlaResponse.- Author:
 - Gang Chen
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultXmlaResponse(OutputStream outputStream, String encoding, Enumeration.ResponseMimeType responseMimeType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(Throwable t)Report XML/A error (not SOAP fault).SaxWritergetWriter()Get helper for writing XML document. 
 - 
 
- 
- 
Constructor Detail
- 
DefaultXmlaResponse
public DefaultXmlaResponse(OutputStream outputStream, String encoding, Enumeration.ResponseMimeType responseMimeType)
 
 - 
 
- 
Method Detail
- 
getWriter
public SaxWriter getWriter()
Description copied from interface:XmlaResponseGet helper for writing XML document.- Specified by:
 getWriterin interfaceXmlaResponse
 
- 
error
public void error(Throwable t)
Description copied from interface:XmlaResponseReport XML/A error (not SOAP fault).- Specified by:
 errorin interfaceXmlaResponse
 
 - 
 
 -