Uses of Interface
mondrian.xmla.XmlaResponse
-
Packages that use XmlaResponse Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of XmlaResponse in mondrian.xmla
Methods in mondrian.xmla with parameters of type XmlaResponse Modifier and Type Method Description void
RowsetDefinition.MdschemaCubesRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)
void
RowsetDefinition.MdschemaFunctionsRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)
void
RowsetDefinition.MdschemaMeasuresRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)
void
XmlaHandler. process(XmlaRequest request, XmlaResponse response)
Processes a request. -
Uses of XmlaResponse in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement XmlaResponse Modifier and Type Class Description class
DefaultXmlaResponse
Default implementation ofXmlaResponse
.
-