Class DefaultXmlaResponse

  • All Implemented Interfaces:
    XmlaResponse

    public class DefaultXmlaResponse
    extends java.lang.Object
    implements XmlaResponse
    Default implementation of XmlaResponse.
    Author:
    Gang Chen
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultXmlaResponse

        public DefaultXmlaResponse​(java.io.OutputStream outputStream,
                                   java.lang.String encoding,
                                   Enumeration.ResponseMimeType responseMimeType)
    • Method Detail

      • error

        public void error​(java.lang.Throwable t)
        Description copied from interface: XmlaResponse
        Report XML/A error (not SOAP fault).
        Specified by:
        error in interface XmlaResponse