mondrian.xmla.impl
Class DefaultXmlaResponse

java.lang.Object
  extended by mondrian.xmla.impl.DefaultXmlaResponse
All Implemented Interfaces:
XmlaResponse

public class DefaultXmlaResponse
extends Object
implements XmlaResponse

Default implementation of XmlaResponse.

Author:
Gang Chen
 

Constructor Summary
DefaultXmlaResponse(OutputStream outputStream, String encoding)
           
 
Method Summary
 void error(Throwable t)
          Report XML/A error (not SOAP fault).
 SaxWriter getWriter()
          Get helper for writing XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXmlaResponse

public DefaultXmlaResponse(OutputStream outputStream,
                           String encoding)
Method Detail

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

SourceForge.net_Logo