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 voidRowsetDefinition.MdschemaCubesRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)voidRowsetDefinition.MdschemaFunctionsRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)voidRowsetDefinition.MdschemaMeasuresRowset. populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows)voidXmlaHandler. 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 classDefaultXmlaResponseDefault implementation ofXmlaResponse.
-